NameDescriptionTypeAdditional information
FromAddress

The email address to send the email from

string

Required

Max length: 128

ToAddresses

The email addresses to send the email to

Collection of string

Required

Minimum Count: 1

CcAddresses

The email addresses to CC on the email

Collection of string

None.

BccAddresses

The email addresses to Bcc on the email

Collection of string

None.

Subject

The subject of the email

string

Required

Max length: 1024

EmailBody

The body of the email.

string

Required

Min length: 1

HtmlBody

Is the body HTML or plain text

boolean

Default value is false

SendEmailsSeparately

Should each recipient have the email sent to them separately

boolean

Default value is false

ReferenceId

An optional reference number that can be used with the ApplicationId to retrieve the status of the email later.

integer

None.

ApplicationId

An optional application id that can be used with the ReferenceId to retrieve the status of the email later.

integer

None.

Attachments

Attachments for the email.

Collection of SendEmailRequestAttachment

None.