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
Const MailPriorityNormal = 3 Const MailPriorityHigh = 1 Const MailPriorityLow = 5