ReplyInfo Class
This structure stores details of replied message in an Interaction.
Inheritance Hierarchy
SystemObject
  Talisma.Server.CommonReplyInfo

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public class ReplyInfo

The ReplyInfo type exposes the following members.

Fields
NameDescription
Public fieldbEnableFeature
Indicates whether the original message is indented with respect to the reply message. It can have one of the following values:
  • True - This value indicates that the original message is indented.
  • False - This value indicates that the original message is not indented.
Public fieldbLockAcquired
Indicates whether the lock is acquired on the message that was forwarded. It can have one of the following values:
  • True - This value indicates that the lock is acquired to perform operations on the message.
  • False - This value indicates that the lock is not acquired to perform operations on the message.
Public fieldbOriginalMessageInclude
Indicates whether the Interaction includes the original message along with the forwarded message. It can have one of the following values:
  • True - This value indicates that the original message is included in the forwarded message.
  • False - This value indicates that the original message is not included in the forwarded message.
Public fieldbSubjectLineInTheEnd
Indicates whether the subject line is included at the end of the message. It can have one of the following values:
  • True - The subject line is included at the end of the message.
  • False - The subject line is not included at the end of the message.
Public fieldglobalConfigOptions
An array of the GlobalConfigDetails structure that contains the global configuration details.
Public fieldlanguageOptions
An array of the LanguageInfo [] structure that contains the details of the language used in the message.
Public fieldmaxCharactersInReply
The maximum number of characters allowed in a message.
Public fieldprefixOptions
An array of the PrefixOptions [] structure that contains the details of the prefixes in the subject line of a message.
Public fieldsignatureOptions
An array of the UserSignature[] structure that contains the details of the User signature.
Public fieldstOutGoingAliases
An array of the OutGoingAlias [] structure that contains the details of the Alias associated with a Team.
Public fieldstrLockedBy
The ID of the User who is the owner of the message.
Public fieldstrPrefix
The message type prefix that is added to the subject of the message. For example, if you have forwarded the message, this variable returns FW:.
Public fieldstrSnifferURL
The sniffer URL that is included in the message.
Top
See Also