Enum EMailPriority
This Enum is used by: email_item.priority
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public enum EMailPriority : short
Fields
| Name | Description |
|---|---|
| High | 2: |
| Highest | 1: |
| Low | 4: |
| Lowest | 5: |
| NoPriority | 0: |
| Normal | 3: |