Platform SDK: Exchange 2000 Server

MeetingStatus Property

[This is preliminary documentation and subject to change.]

Contains the status of an appointment: Tentative, Confirmed, or Cancelled.

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

Remarks

Use the following constant values in CdoMeetingStatusValues:

Constant Value
cdoMeetingStatusCancelled Cancelled
cdoMeetingStatusConfirmed Confirmed
cdoMeetingStatusTentative Tentative

This property is also available as the schema field meetingstatus.