Resource: Draft
A draft email in the user's mailbox.
JSON representation |
---|
{
"id": string,
"message": {
object ( |
Fields | |
---|---|
id |
The immutable ID of the draft. |
message |
The message content of the draft. |
Methods |
|
---|---|
|
Creates a new draft with the DRAFT label. |
|
Immediately and permanently deletes the specified draft. |
|
Gets the specified draft. |
|
Lists the drafts in the user's mailbox. |
|
Sends the specified, existing draft to the recipients in the To , Cc , and Bcc headers. |
|
Replaces a draft's content. |