'X-Priority' field (Outlook specific). Value ranges from "1" to "5" where "1" is the highest priority, "3" is normal, and "5" is the lowest priority. It's easier to use PriorityHigh()()()() or PriorityLow()()()() methods then setting this field.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Nullable<int> XPriority { get; set; }
Visual Basic
Public Property XPriority As Nullable(Of Integer)
	Get
	Set
Visual C++
public:
property Nullable<int> XPriority {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also