列挙型 | |
---|---|
minimal |
メール メッセージ ID とラベルのみを返します。メールのヘッダー、本文、ペイロードは返されません。 |
full |
本文のコンテンツが解析されたメール メッセージの完全なデータを payload フィールドで返します。raw フィールドは使用されません。gmail.metadata スコープを使用して API にアクセスする場合、format は使用できません。 |
raw |
raw フィールドの本文コンテンツを含むメール メッセージの完全なデータを base64url エンコード文字列として返します。payload フィールドは使用されません。gmail.metadata スコープを使用して API にアクセスする場合、format は使用できません。 |
metadata |
メール メッセージ ID、ラベル、メール ヘッダーのみを返します。 |
Format
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Format\n\n| Enums ||\n|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `minimal` | Returns only email message ID and labels; does not return the email headers, body, or payload. |\n| `full` | Returns the full email message data with body content parsed in the `payload` field; the `raw` field is not used. Format cannot be used when accessing the api using the gmail.metadata scope. |\n| `raw` | Returns the full email message data with body content in the `raw` field as a base64url encoded string; the `payload` field is not used. Format cannot be used when accessing the api using the gmail.metadata scope. |\n| `metadata` | Returns only email message ID, labels, and email headers. |"]]