ConnectApi.​EmailMessage​Capability

If a feed element has this capability, it has an email message from a case.

Subclass of ConnectApi.​FeedElement​Capability Class.

Property Name Type Description Available Version
direction ConnectApi.​EmailMessageDirection The direction of the email message. Values are:
  • Inbound—An inbound message (sent by a customer).
  • Outbound—An outbound message (sent to a customer by a support agent).
32.0
emailMessageId String The ID of the email message. 32.0
subject String The subject of the email message. 32.0
textBody String The body of the email message. 32.0
toAddresses List<ConnectApi.​EmailAddress> The To address of the email message. 32.0
Previous
Next