| GenericPriority Enumeration |
Generic priority of the message.
Message priority can be stored used three different headers:
Priority,
Importance and
XPriority.
This enum is used by method, which checks all those headers.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public enum GenericPriority
Public Enumeration GenericPriority
public enum class GenericPriority
Members
| Member name | Value | Description |
---|
| Low | 0 |
Message has low priority.
|
| Normal | 1 |
Message has normal priority.
|
| High | 2 |
Message has high priority.
|
See Also