Status Property (IAttendee)
Topic Last Modified: 2006-06-13
Specifies whether an attendee has accepted, declined, or delegated an appointment.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Property Status As CdoAttendeeStatusValues
HRESULT get_Status(CdoAttendeeStatusValues* pVal);HRESULT put_Status(CdoAttendeeStatusValues Val);
Parameters
- pVal
Returns the value of the Status property as a reference to a CdoAttendeeStatusValues Enum.
- Val
Sets the value of the Status property to the value of the CdoAttendeeStatusValues Enum.