Enum BadgeType
Value for field 'badge' in table 'ej_message'. Defines the initial source of a message. This Enum is used by: ej_message.badge
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum BadgeType : short
Fields
| Name | Description |
|---|---|
| Comment | 3: Message created as an internal comment |
| Forward | 2: Message created as a forward |
| Incoming | 4: Message created as a result of other events processing |
| Outgoing | 5: Message created as first outgoing message on ticket |
| Reply | 1: Message created as a reply |
| Unknown | 0: Initial message source is unknown |