UserSignature Class
This structure contains the details of the User signature.
Inheritance Hierarchy
SystemObject
  Talisma.Server.CommonUserSignature

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public class UserSignature

The UserSignature type exposes the following members.

Fields
NameDescription
Public fieldattachToMessage
The value of this parameter indicates whether the User signature is automatically inserted in messages belonging to the Interaction. It can have one of the following values:
  • True - This value indicates that the User signature is included in all messages belonging to the Interaction.
  • False - This value indicates that the User signature is not included in messages belonging to the Interaction.
Public fieldempty
This parameter indicates whether there is any message when you are forwarding an Interaction, or sending an Interaction to a specialist. It can have one of the following values:
  • True - This value indicates that there is a message associated with the Interaction.
  • False - This value indicates that there is no message associated with the Interaction.
Public fieldlanguageId
The ID of the language associated with the User signature.
Public fieldsignatureHtmlFormat
The signature of the User in HTML format.
Public fieldsignatureId
The ID of the User signature that is added to the reply message.
Public fieldsignaturePlainTextFormat
The signature of the User in plain text format.
Public fieldteamId
The ID of the Team to which the User belongs.
Public fielduserId
The ID of the User whose signature is added to the reply message.
Top
See Also