> ## 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.

# Enum TicketMessageType

> Indicates if the field body contains plain or html text

Indicates if the field body contains plain or html text

## Syntax

```crmscript theme={null}
TicketMessageType
```

## Fields

| Name    | Description                        |
| ------- | ---------------------------------- |
| Unknown | Unknown type                       |
| Plain   | The body field contains plain text |
| Html    | The body field contains html text  |


## Related topics

- [Enum values for TicketMessageType](/en/database/tables/enums/ticketmessagetype.md)
- [SuperOffice.WebApi.Data.TicketMessageType](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketMessageType.md)
- [ej_message table](/en/database/tables/ej-message.md)
- [SuperOffice.WebApi.Data.TicketMessageEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketMessageEntity.md)
- [Enum MessageActionType](/en/automation/crmscript/reference/CRMScript.NetServer.MessageActionType.md)
- [Enum TicketMessageCategory](/en/automation/crmscript/reference/CRMScript.NetServer.TicketMessageCategory.md)
