Enum TicketMessageCategory
Classification of ticket messages This Enum is used by: ej_message.message_category
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum TicketMessageCategory : short
Fields
| Name | Description |
|---|---|
| Bounce | 1: Email bounce |
| Message | 0: A normal message |
| OutboxFailed | 2: This message is the error message returned by the sending system (for example a mail server) |