REST Resource: users.drafts
資源:草稿
JSON 表示法 |
{
"id": string,
"message": {
object (Message )
}
} |
欄位 |
id |
string
草稿不變的 ID。
|
message |
object (Message )
草稿的郵件內容。
|
方法 |
|
使用 DRAFT 標籤建立新草稿。 |
|
立即永久刪除指定的草稿。 |
|
取得指定的草稿。 |
|
列出使用者信箱中的草稿。 |
|
將指定的現有草稿傳送給 To 、Cc 和 Bcc 標頭中的收件者。 |
|
取代草稿內容。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-13 (世界標準時間)。
[null,null,["上次更新時間:2024-10-13 (世界標準時間)。"],[[["A draft represents an email in the user's mailbox that is saved but not yet sent."],["Drafts are identified by a unique, immutable ID and contain a message object with the email content."],["Gmail API provides methods to create, delete, retrieve, list, send, and update drafts."]]],["Drafts, representing unsent emails, are identified by an immutable ID and contain message content. Core actions include creating new drafts, deleting existing ones permanently, retrieving specific drafts, and listing all drafts in a mailbox. Users can send an existing draft to its intended recipients. Additionally, content within a draft can be modified by replacing it entirely. These drafts can be represented using a JSON format.\n"]]