LumiSoft Net Help
Priority Property
NamespacesLumiSoft.Net.MailMail_MessagePriority
Gets or sets message priority. Value null means not specified.
Declaration Syntax
C#Visual BasicVisual C++F#
public string Priority { get; set; }
Public Property Priority As String
	Get
	Set
public:
property String^ Priority {
	String^ get ();
	void set (String^ value);
}
member Priority : string with get, set
Property Value
Remarks
Can be 'normal', 'urgent', or 'non-urgent' and can influence transmission speed and delivery.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119