ReplyMsg Class |
This structure stores details of the reply message.

SystemObject
Talisma.Server.CommonReplyMsg
Namespace: Talisma.Server.CommonTalisma.Server.CommonReplyMsg

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

Name | Description | |
---|---|---|
![]() | aliasId |
The ID of the Alias associated with the Team to which the Interaction belongs.
|
![]() | attachments |
This is an array of the AttachmentInfo[] structure that contains the details of the attachments associated with the message.
|
![]() | bHasAttachments |
The value of this parameter indicates whether the reply has any attachments. It can have one of the following values:
|
![]() | languageId |
The language ID associated with the reply message.
|
![]() | lLockedByUserId |
The ID of the User who is the current owner of the Interaction.
|
![]() | lOutGoingMsgId |
The ID of the reply saved in the Outbox.
|
![]() | msgId |
The event ID of the reply message for the outgoing message.
|
![]() | nType |
The type of interaction
|
![]() | strBcc |
If a reply is sent or received, this is the name of the person to whom a blank carbon copy of the message was sent.
|
![]() | strCC |
If a reply is sent or received, this is the name of the person to whom a copy of the message was sent.
|
![]() | strFrom |
If a reply is received or sent, this is the name of the person who has sent the message.
|
![]() | strHTMLText |
The contents of the reply in HTML format.
|
![]() | strLockedByUserName |
The name of the User who is the current owner of the Interaction.
|
![]() | strMailServerTime |
If a message is sent or received, this is the date and time of the mail server.
|
![]() | strPlainText |
The contents of the reply in plain text format.
|
![]() | strSubject |
The subject of the reply.
|
![]() | strTo |
If a reply is sent or received, this is the name of the person who has received the message.
|
