Priority Mail Property:
Gets or sets an long value that specifies the
message priority.
Default Value:
0
Syntax:
[C++]
HRESULT get_Priority(LONG *pVal);
HRESULT put_Priority(LONG newVal);
[VB]
Property Priority As Long
Remark:
Set the Priority
property to 1 for highest, 2 for high, 3 for normal, 4 for low and 5
for lowest. If the Priority is
set to 0 (by default), the message priority will not be set.
Example:
[VB]
Dim oMail As New Mail
oMail.Priority = 1
See also: