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.12102.1426
Syntax
| C# |
|---|
public enum GenericPriority |
| Visual Basic |
|---|
Public Enumeration GenericPriority |
| Visual C++ |
|---|
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. |