Platform SDK: Exchange 2000 Server

Status Property

[This is preliminary documentation and subject to change.]

Specifies whether an attendee has accepted, declined, or delegated an appointment.

[Visual Basic,VBScript]
Property Status As CdoAttendeeStatusValues
[C++]
HRESULT get_Status(CdoAttendeeStatusValues* pVal);
HRESULT put_Status(CdoAttendeeStatusValues Val);
[IDL]
HRESULT [propget] Status([out,retval] CdoAttendeeStatusValues* pVal);
HRESULT [proput] Status([in] CdoAttendeeStatusValues Val);

Remarks

Use the CdoAttendeeStatusValues enumeration to set the value for this property.