Send Message Request
Class representing a request to send a message.
Constructors
Types
Builder for SendMessageRequest.
Properties
An array of files to attach to the message.
A list of custom headers to add to the message.
When true, the message body is sent as plain text and the MIME data doesn't include the HTML version of the message. When false, the message body is sent as HTML.
The ID of the message that you are replying to.
Options for tracking opens, links, and thread replies.
Functions
An array of files to attach to the message.
A list of custom headers to add to the message.
An array of name and email pairs that override the sent reply-to headers.
The ID of the message that you are replying to.
Whether or not the message has been starred by the user.
The message subject.
Options for tracking opens, links, and thread replies.
Whether or not to use draft support. This is primarily used when dealing with large attachments.
When true, the message body is sent as plain text and the MIME data doesn't include the HTML version of the message. When false, the message body is sent as HTML.