CommunicationBody
The body of a communication.
union CommunicationBody = PlainTextCommunicationBody | UrlCommunicationBody
Possible types
CommunicationBody.PlainTextCommunicationBody object
Defines the body of a communication that is plain text.
CommunicationBody.UrlCommunicationBody object
Defines the body of a communication that is a URL.
Member Of
SentCommunication object