MessageContent Class |
This structure contains the details of the message, message content, and attachment(s) in the message.

SystemObject
Talisma.Server.CommonMessageContent
Namespace: Talisma.Server.CommonTalisma.Server.CommonMessageContent

C#
[SerializableAttribute] public class MessageContent
The MessageContent type exposes the following members.

Name | Description | |
---|---|---|
![]() | attachmentIds |
The array containing the IDs of the attachment(s) associated with the message.
|
![]() | attachmentInfo |
This is an array of the AttachmentInfo[] structure that contains the details of the attachments associated with the message.
|
![]() | eventId |
The ID of the event associated with the message.
|
![]() | hasAttachment |
This parameter indicates whether the message includes any attachments.
|
![]() | interactionId |
The ID of the Interaction associated with the message.
|
![]() | messageContent |
The contents of the message in plain text format.
|
![]() | messageHtmlContent |
The contents of the message in HTML format.
|
