Class 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 sealed class TicketMessageType : Enum
Fields
Html
2: The body field contains html text
Declaration
public const TicketMessageType Html
Field Value
Type | Description |
---|---|
TicketMessageType |
Plain
1: The body field contains plain text
Declaration
public const TicketMessageType Plain
Field Value
Type | Description |
---|---|
TicketMessageType |
Unknown
0: Unknown type
Declaration
public const TicketMessageType Unknown
Field Value
Type | Description |
---|---|
TicketMessageType |
value__
Indicates if the field body contains plain or html text This Enum is used by: ej_message.type
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)