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
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 |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.TicketMessageType, To>()