Optional
subject?: stringOptional
body?: stringmessage body in html
Optional
date?: numberreceive timestamp in seconds
Optional
from?: { email: string }sender's email address
Optional
to?: { email: string }[]recipient's email addresses from to field
Optional
cc?: { email: string }[]recipient's email addresses from cc field
Optional
bcc?: { email: string }[]recipient's email addresses from bcc field
Optional
labels?: string[]labels applied to this message
Optional
attachments?: { attachmentId: string; fileName: string; size: number }[]message attachments
Optional
headers?: { name: string; value: string }[]message headers
Generated using TypeDoc
message subject