Enum TicketMessageType
Indicates if the field body contains plain or html text This Enum is used by: ej_message.type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public enum TicketMessageType : short
Fields
| Name | Description |
|---|---|
| Html | 2: The body field contains html text |
| Plain | 1: The body field contains plain text |
| Unknown | 0: Unknown type |