REST Resource: users.drafts
リソース: Draft
JSON 表現 |
{
"id": string,
"message": {
object (Message )
}
} |
フィールド |
id |
string
下書きの不変の ID。
|
message |
object (Message )
下書きのメッセージ コンテンツ。
|
メソッド |
|
DRAFT ラベルを使用して新しい下書きを作成します。 |
|
指定した下書きを直ちに完全に削除します。 |
|
指定された下書きを取得します。 |
|
ユーザーのメールボックスにある下書きを一覧表示します。 |
|
指定された既存の下書きを、To ヘッダー、Cc ヘッダー、Bcc ヘッダーに含めて受信者に送信します。 |
|
下書きの内容を置き換えます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-13 UTC。
[null,null,["最終更新日 2024-10-13 UTC。"],[[["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"]]