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