Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Specifies whether an attendee is the organizer of an appointment. By default, CDO sets this value to TRUE for the attendee who creates the appointment.
[Visual Basic,VBScript] Property IsOrganizer As Boolean [C++] HRESULT get_IsOrganizer(VARIANT_BOOL* pVal); HRESULT put_IsOrganizer(VARIANT_BOOL Val); [IDL] HRESULT [propget] IsOrganizer([out,retval] VARIANT_BOOL* pVal); HRESULT [propput] IsOrganizer([in] VARIANT_BOOL Val);
Set to TRUE if an attendee is the organizer.
An appointment can have only one organizer. CDO returns CDO_E_BAD_ATTENDEE_DATA if it detects more than on attendee with IsOrganizer set to TRUE when creating or modifying an appointment.