ReplyInfo Class |
This structure stores details of replied message in an Interaction.

SystemObject
Talisma.Server.CommonReplyInfo
Namespace: Talisma.Server.CommonTalisma.Server.CommonReplyInfo

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

Name | Description | |
---|---|---|
![]() | bEnableFeature |
Indicates whether the original message is indented with respect to the reply message. It can have one of the following values:
|
![]() | bLockAcquired |
Indicates whether the lock is acquired on the message that was forwarded. It can have one of the following values:
|
![]() | bOriginalMessageInclude |
Indicates whether the Interaction includes the original message along with the forwarded message. It can have one of the following values:
|
![]() | bSubjectLineInTheEnd |
Indicates whether the subject line is included at the end of the message. It can have one of the following values:
|
![]() | globalConfigOptions |
An array of the GlobalConfigDetails structure that contains the global configuration details.
|
![]() | languageOptions |
An array of the LanguageInfo [] structure that contains the details of the language used in the message.
|
![]() | maxCharactersInReply |
The maximum number of characters allowed in a message.
|
![]() | prefixOptions |
An array of the PrefixOptions [] structure that contains the details of the prefixes in the subject line of a message.
|
![]() | signatureOptions |
An array of the UserSignature[] structure that contains the details of the User signature.
|
![]() | stOutGoingAliases |
An array of the OutGoingAlias [] structure that contains the details of the Alias associated with a Team.
|
![]() | strLockedBy |
The ID of the User who is the owner of the message.
|
![]() | strPrefix |
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:.
|
![]() | strSnifferURL |
The sniffer URL that is included in the message.
|
