REST Resource: users.messages.attachments
資源:MessagePartBody
JSON 表示法 |
{
"attachmentId": string,
"size": integer,
"data": string
} |
欄位 |
attachmentId |
string
如果存在,則包含可在另一個 messages.attachments.get 要求中擷取的外部連結 ID。即使沒有這項參數,電子郵件欄位仍會涵蓋郵件的完整內文。
|
size |
integer
訊息部分資料的位元組數 (尚未進行編碼)。
|
data |
string (bytes format)
MIME 訊息部分的內文資料,採用 base64url 編碼字串。如果 MIME 容器類型沒有郵件內文,或以獨立附件傳送內文,則可留空。如果內文資料包含在另一個附件中,就會有附件 ID。 Base64 編碼字串。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-05 (世界標準時間)。
[null,null,["上次更新時間:2024-09-05 (世界標準時間)。"],[[["`MessagePartBody` resource represents the body of a single MIME message part and can contain an attachment ID, size, and data."],["If an `attachmentId` is present, the attachment must be retrieved separately via `messages.attachments.get`; otherwise, the message part body is included in the `data` field."],["The `data` field contains the base64url-encoded body data, which may be empty for certain MIME types or when the data is sent as a separate attachment."],["You can use the `get` method to retrieve a specific message attachment using its ID."]]],[]]