Platform SDK: Exchange 2000 Server

Priority Property

[This is preliminary documentation and subject to change.]

Contains the appointment's priority status: Normal, Urgent, or Non-urgent.

[Visual Basic,VBScript]
Property Priority As String
[C++]
HRESULT get_Priority(BSTR* pVal);
HRESULT put_Priority(BSTR Val);
[IDL]
HRESULT [propget] Priority([out,retval] BSTR* pVal);
HRESULT [proput] Priority([in] BSTR Val);

Remarks

Use values from the cdoPriorityValues enumeration.

For received ICalendar meeting requests, values less than 5 are converted to Urgent, 5 is converted to Normal, and values greater than 5 are converted to Non-urgent. For sending ICalendar meeting requests, Urgent is converted to 1, Normal is converted to 5, and Non-urgent is converted to 9.