Platform SDK: Exchange 2000 Server

BusyStatus Property

[This is preliminary documentation and subject to change.]

Specifies how an appointment appears in the free/busy view.

Note that when there is more than one appointment during an interval, the free/busy status returned is the highest status for that interval. The status values ranked from highest to lowest are OOF, Busy, Tentative, and Free.

For more information about using free busy information, see Checking Free/Busy Status.

 Basic,VBScript]
Property BusyStatus As String
[C++]
HRESULT get_BusyStatus(BSTR* pVal);
HRESULT put_BusyStatus(BSTR Val);
[IDL]
HRESULT [propget] BusyStatus([out,retval] BSTR* pVal);
HRESULT [proput] BusyStatus([in] BSTR Val);

Remarks

Use the following constant values in CdoBusyStatusValues:

Constant Value
cdoBusy Busy
cdoFree Free
cdoOOF OOF
cdoTentative Tentative

This property is also available as the schema field busystatus.