Email |
The EmailAction type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionType | Gets the type of the action. (Inherited from Action) | |
| Attachments | Gets or sets an array of file paths to be sent as attachments with the e-mail. Each item must be a String value containing a path to file. | |
| Bcc | Gets or sets the e-mail address or addresses that you want to Bcc in the e-mail. | |
| Body | Gets or sets the body of the e-mail that contains the e-mail message. | |
| Cc | Gets or sets the e-mail address or addresses that you want to Cc in the e-mail. | |
| From | Gets or sets the e-mail address that you want to send the e-mail from. | |
| HeaderFields | Gets or sets the header information in the e-mail message to send. | |
| Id | Gets or sets the identifier of the action. (Inherited from Action) | |
| Priority | Gets or sets the priority of the e-mail message. | |
| ReplyTo | Gets or sets the e-mail address that you want to reply to. | |
| Server | Gets or sets the name of the server that you use to send e-mail from. | |
| Subject | Gets or sets the subject of the e-mail. | |
| To | Gets or sets the e-mail address or addresses that you want to send the e-mail to. |