> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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


## Related topics

- [SuperOffice.WebApi.Data.TicketMessageEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketMessageEntity.md)
- [SuperOffice.WebApi.Data.MessageActionType](/en/api/reference/webapi/SuperOffice.WebApi.Data.MessageActionType.md)
- [SuperOffice.WebApi.Data.TicketMessage](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketMessage.md)
- [SuperOffice.WebApi.Data.NotifyType](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotifyType.md)
- [SuperOffice.WebApi.Data.TicketType](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketType.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
