ReplyMsg Class
This structure stores details of the reply message.
Inheritance Hierarchy
SystemObject
  Talisma.Server.CommonReplyMsg

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public class ReplyMsg

The ReplyMsg type exposes the following members.

Fields
NameDescription
Public fieldaliasId
The ID of the Alias associated with the Team to which the Interaction belongs.
Public fieldattachments
This is an array of the AttachmentInfo[] structure that contains the details of the attachments associated with the message.
Public fieldbHasAttachments
The value of this parameter indicates whether the reply has any attachments. It can have one of the following values:
  • True - This value indicates that the reply has attachments.
  • False - This value indicates that the reply does not have any attachments.
Public fieldlanguageId
The language ID associated with the reply message.
Public fieldlLockedByUserId
The ID of the User who is the current owner of the Interaction.
Public fieldlOutGoingMsgId
The ID of the reply saved in the Outbox.
Public fieldmsgId
The event ID of the reply message for the outgoing message.
Public fieldnType
The type of interaction
Public fieldstrBcc
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.
Public fieldstrCC
If a reply is sent or received, this is the name of the person to whom a copy of the message was sent.
Public fieldstrFrom
If a reply is received or sent, this is the name of the person who has sent the message.
Public fieldstrHTMLText
The contents of the reply in HTML format.
Public fieldstrLockedByUserName
The name of the User who is the current owner of the Interaction.
Public fieldstrMailServerTime
If a message is sent or received, this is the date and time of the mail server.
Public fieldstrPlainText
The contents of the reply in plain text format.
Public fieldstrSubject
The subject of the reply.
Public fieldstrTo
If a reply is sent or received, this is the name of the person who has received the message.
Top
See Also