MessageContent Class
This structure contains the details of the message, message content, and attachment(s) in the message.
Inheritance Hierarchy
SystemObject
  Talisma.Server.CommonMessageContent

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public class MessageContent

The MessageContent type exposes the following members.

Fields
NameDescription
Public fieldattachmentIds
The array containing the IDs of the attachment(s) associated with the message.
Public fieldattachmentInfo
This is an array of the AttachmentInfo[] structure that contains the details of the attachments associated with the message.
Public fieldeventId
The ID of the event associated with the message.
Public fieldhasAttachment
This parameter indicates whether the message includes any attachments.
  • True - This value indicates that the message includes attachments.
  • False - This value indicates that the message does not include any attachments.
Public fieldinteractionId
The ID of the Interaction associated with the message.
Public fieldmessageContent
The contents of the message in plain text format.
Public fieldmessageHtmlContent
The contents of the message in HTML format.
Top
See Also