| UserSignature Class |
This structure contains the details of the User signature.
SystemObject
Talisma.Server.CommonUserSignature
Namespace: Talisma.Server.CommonTalisma.Server.CommonUserSignature
C#
[SerializableAttribute] public class UserSignature
The UserSignature type exposes the following members.
| Name | Description | |
|---|---|---|
| attachToMessage |
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:
| |
| empty |
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:
| |
| languageId |
The ID of the language associated with the User signature.
| |
| signatureHtmlFormat |
The signature of the User in HTML format.
| |
| signatureId |
The ID of the User signature that is added to the reply message.
| |
| signaturePlainTextFormat |
The signature of the User in plain text format.
| |
| teamId |
The ID of the Team to which the User belongs.
| |
| userId |
The ID of the User whose signature is added to the reply message.
|