Click or drag to resize

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
Members
  Member nameValueDescription
Low0 Message has low priority.
Normal1 Message has normal priority.
High2 Message has high priority.
See Also