Interface CreateDraftRequest

Interface representing a request to create a draft.

Hierarchy

Properties

attachments?: CreateFileRequest[]

An array of files to attach to the message.

bcc?: EmailName[]

An array of bcc recipients.

body?: string

The full HTML message body. Messages with only plain-text representations are up-converted to HTML.

cc?: EmailName[]

An array of cc recipients.

replyTo?: EmailName[]

An array of name and email pairs that override the sent reply-to headers.

replyToMessageId?: string

The ID of the message that you are replying to.

sendAt?: number

Unix timestamp to send the message at.

snippet?: string

A short snippet of the message body. This is the first 100 characters of the message body, with any HTML tags removed.

starred?: boolean

Whether or not the message has been starred by the user.

subject?: string

The message subject.

threadId?: string

A reference to the parent thread object. If this is a new draft, the thread will be empty.

to: EmailName[]

An array of message recipients.

trackingOptions?: TrackingOptions

Options for tracking opens, links, and thread replies.

unread?: boolean

Whether or not the message has been read by the user.

Generated using TypeDoc