REST Resource: users.messages.attachments

資源:MessagePartBody

單一 MIME 郵件部分的內文。

JSON 表示法
{
  "attachmentId": string,
  "size": integer,
  "data": string
}
欄位
attachmentId

string

如果存在,則包含外部附件的 ID,可在個別 messages.attachments.get 要求中擷取。如果沒有,則訊息部分主體的完整內容會包含在資料欄位中。

size

integer

訊息部分資料的位元組數 (不含編碼)。

data

string (bytes format)

MIME 訊息部分的主體資料,以 base64url 編碼字串表示。如果 MIME 容器類型沒有訊息內文,或是內文資料以個別附件形式傳送,則可能為空白。如果內文資料包含在個別附件中,就會顯示附件 ID。

Base64 編碼字串。

方法

get

取得指定的郵件附件。