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.12102.1426

Syntax

C#
public enum GenericPriority
Visual Basic
Public Enumeration GenericPriority
Visual C++
public enum class GenericPriority

Members

Member nameValueDescription
Low0 Message has low priority.
Normal1 Message has normal priority.
High2 Message has high priority.

See Also