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

# <a id="SuperOffice_WebApi_Data_BadgeType" /> Enum BadgeType

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

Value for field 'badge' in table 'ej\_message'. Defines the initial source of a message.
This Enum is used by:  ej\_message.badge

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

## Fields

`Comment = 3`

3: Message created as an internal comment

`Forward = 2`

2: Message created as a forward

`Incoming = 4`

4: Message created as a result of other events processing

`Outgoing = 5`

5: Message created as first outgoing message on ticket

`Reply = 1`

1: Message created as a reply

`Unknown = 0`

0: Initial message source is unknown


## Related topics

- [SuperOffice.WebApi.Data.SaleBoardViewSettings](/en/api/reference/webapi/SuperOffice.WebApi.Data.SaleBoardViewSettings.md)
- [SuperOffice.WebApi.Data.TicketMessage](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketMessage.md)
- [SuperOffice.WebApi.Data.TicketMessageEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketMessageEntity.md)
- [SuperOffice.WebApi.Data.BoardViewBadgeType](/en/api/reference/webapi/SuperOffice.WebApi.Data.BoardViewBadgeType.md)
- [SuperOffice.WebApi.Data.ChatTopicEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ChatTopicEntity.md)
- [SuperOffice.WebApi.Data.ChatWidgetSettings](/en/api/reference/webapi/SuperOffice.WebApi.Data.ChatWidgetSettings.md)
