SetEmailContents
Type, Introduced in version 2.52
Sets the contents of an email for a command.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
To | String[] | The recipient addresses of the email message.
|
|
CarbonCopies | String[] | The carbon copy addresses of the email message.
|
|
BlindCarbonCopies | String[] | The blind carbon copy addresses of the email message.
|
|
Subject | String | The subject of the email message.
|
|
Body | String | The body of the email message. |
|
Attachments | AddEmailAttachment[] | The attachments of the email message. |
Example
{
"To": null,
"CarbonCopies": null,
"BlindCarbonCopies": null,
"Subject": null,
"Body": null,
"Attachments": null
}