Gets/Sets the priority header.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

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

Remarks

Priorities are 1=High, 3=Normal, and 5=Low. The default priority is 3, Normal.

See Also