| Dart.Mail Namespace : Priority Enumeration |
Public Enum Priority Inherits System.Enum
Dim instance As Priority
public enum Priority : System.Enum
__value public enum Priority : public System.Enum
public enum class Priority : public System.Enum
| Member | Description |
|---|---|
| High | Indicates a high priority message (numerical value of 2). |
| Highest | Indicates a highest priority message (numerical value of 1). |
| Low | Indicates a low priority message (numerical value of 4). |
| Lowest | Indicates a lowest priority message (numerical value of 5). |
| None | Indicates no "Priority" header field is used. Mail readers interpret this as normal priority. |
| Normal | Indicates a normal priority message (numerical value of 3). |
System.Object
System.ValueType
System.Enum
Dart.Mail.Priority