Represents an email message.
Inherits: TemplatedMessageContent property: Body
| Name | Type | Description |
|---|---|---|
| Body | String | The body of the message. If the BodyTemplate property is set, then the property value is ignored. |
| Subject | String | Message subject. |
| BodyTemplate | String | The name of the file with the message template. |
| From | MessageAddress | Sender. May be empty. If not specified, used from mail settings. |
| To | MessageAddress Collection | Recipients of the message. |
| СС | Collection MessageAddress | Copy (Carbon Copy). |
| Bcc | Collection MessageAddress | Hidden copy (Blind Carbon Copy). |
| Attachments | Collection MessageAttachment | Attachments. |
| Reports | Collection MessageReport | Reports. |
| Base item properties | ||
Please note! All text properties support bindings.