 | 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.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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