Organizer Property (AppointmentItem Object)

Organizer Property (AppointmentItem Object)

The Organizer property returns the messaging user that initiated a meeting from this appointment. Read-only.

Syntax

objAppointment.Organizer

Data Type

Object (AddressEntry)

Remarks

The Organizer property returns an AddressEntry object representing the messaging user that created the MeetingItem object from this appointment.

The Organizer property is automatically set at the moment the AppointmentItem object is created.

Calendar folders are not supported in the public folders store provided with Microsoft® Exchange, and AppointmentItem objects are stored as Message objects. An attempt to read Organizer in this case returns CdoE_NO_SUPPORT.

See Also

Concepts

AppointmentItem Object