Mail.Priority Property


Gets the priority of the e-mail message.

[VisualĀ Basic]
Public Property Get Priority As Long
[Visual C++]
public: get_Priority(LONG* pVal);

Property Value

One of the following values.
Const MailPriorityNormal = 3
Const MailPriorityHigh = 1
Const MailPriorityLow = 5