Interface ListDraftsQueryParams

Interface representing the query parameters for listing drafts.

Hierarchy

Properties

anyEmail?: string[]

Return emails that have been sent or received from this list of email addresses.

bcc?: string[]

Return items containing drafts bcc'ing these email address.

cc?: string[]

Return items containing drafts cc'ing these email address.

hasAttachment?: boolean

Return drafts that contain attachments.

limit?: number
pageToken?: string
starred?: boolean

Return drafts that are starred.

subject?: string

Return items with a matching literal subject.

threadId?: string

Return drafts that belong to this thread.

to?: string[]

Return items containing drafts to be sent these email address.

unread?: boolean

Return drafts that are unread.

Generated using TypeDoc