> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.TicketMessageType

# <a id="SuperOffice_WebApi_Data_TicketMessageType" /> Enum TicketMessageType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Indicates if the field body contains plain or html text
This Enum is used by:  ej\_message.type

```csharp theme={null}
public enum TicketMessageType : short
```

## Fields

`Html = 2`

2: The body field contains html text

`Plain = 1`

1: The body field contains plain text

`Unknown = 0`

0: Unknown type
