Newer Version Available
ConnectApi.EmailMessageCapability
Subclass of ConnectApi.FeedElementCapability Class.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| attachments | List<ConnectApi.EmailAttachment> | The attachments in the email message. | 36.0 |
| bccAddresses | List<ConnectApi.EmailAddress> | The BCC addresses for the email message. | 36.0 |
| body | String | The body of the email message. | 36.0 |
| ccAddresses | List<ConnectApi.EmailAddress> | The CC addresses for the email message. | 36.0 |
| direction | ConnectApi.EmailMessageDirection |
The direction of the email message. Values are:
|
32.0 |
| emailMessageId | String | The ID of the email message. | 32.0 |
| fromAddress | ConnectApi.EmailAddress | The From address for the email message. | 36.0 |
| isRichText | Boolean | Indicates whether the body of the email message is in rich text format. | 36.0 |
| subject | String | The subject of the email message. | 32.0 |
| textBody | String | The body of the email message. | 32.0–35.0 |
| toAddresses | List<ConnectApi.EmailAddress> | The To addresses of the email message. | 32.0 |
| totalAttachments | Integer | The total number of attachments in the email message. | 38.0 |