VacationSettings

帳戶的休假自動回覆設定。這些設定與網頁介面中的「休假回覆」功能相對應。

JSON 表示法
{
  "enableAutoReply": boolean,
  "responseSubject": string,
  "responseBodyPlainText": string,
  "responseBodyHtml": string,
  "restrictToContacts": boolean,
  "restrictToDomain": boolean,
  "startTime": string,
  "endTime": string
}
欄位
enableAutoReply

boolean

此標記可控制 Gmail 是否自動回覆郵件。

responseSubject

string

(選填) 要在休假回覆中的主旨行前置文字。如要啟用自動回覆功能,回應主旨或回應主體不可空白。

responseBodyPlainText

string

回應內文採用純文字格式。如果同時指定 responseBodyPlainTextresponseBodyHtml,系統會使用 responseBodyHtml

responseBodyHtml

string

HTML 格式的回應內文。Gmail 會在儲存 HTML 之前加以清除。如果同時指定 responseBodyPlainTextresponseBodyHtml,系統會使用 responseBodyHtml

restrictToContacts

boolean

此標記可決定是否要將回應傳送給不在使用者聯絡人清單中的收件者。

restrictToDomain

boolean

此標記可決定是否要將回應傳送給使用者網域外的收件者。這項功能僅適用於 Google Workspace 使用者。

startTime

string (int64 format)

選填的傳送自動回覆開始時間 (Epoch 紀元時間 ms)。如果指定這項設定,Gmail 就只會回覆開始時間後收到的郵件。如果同時指定 startTimeendTime,則 startTime 必須位於 endTime 之前。

endTime

string (int64 format)

選填的傳送自動回覆結束時間 (Epoch 毫秒時間)。只要指定這項設定,Gmail 就只會自動回覆在結束時間之前收到的郵件。如果同時指定 startTimeendTime,則 startTime 必須位於 endTime 之前。