列舉 | |
---|---|
minimal |
只傳回電子郵件 ID 和標籤,不會傳回電子郵件標頭、內文或酬載。 |
full |
傳回完整電子郵件訊息資料,並在 payload 欄位中剖析內文內容;未使用 raw 欄位。使用 gmail.metadata 範圍存取 API 時,無法使用此格式。 |
raw |
傳回電子郵件訊息資料,並將 raw 欄位中的內文內容作為 base64url 編碼字串;不會使用 payload 欄位。使用 gmail.metadata 範圍存取 API 時,無法使用此格式。 |
metadata |
只傳回電子郵件 ID、標籤和電子郵件標頭。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-05 (世界標準時間)。
[null,null,["上次更新時間:2024-09-05 (世界標準時間)。"],[[["The `minimal` format provides only the email ID and labels."],["The `full` format returns the complete email data with parsed body content in the `payload` field."],["The `raw` format delivers the full email with the body as a base64url encoded string in the `raw` field."],["The `metadata` format provides the email ID, labels, and email headers."]]],[]]