RDOMeetingItem object

 

RDOMeetingItem object represents a change to the recipient's Calendar list initiated by another party or as a result of a group calendaring.

 

Everywhere RDOMail object is normally returned (RDOSession.GetMessageFromID, RDOFolder.Items, etc), RDOMeetingItem will be returned if the message class is "IPM.Schedule.Meeting.*".

 

Properties

Methods

 


Derived from: RDOMail

RDOMeetingItem object inherits all the properties, methods and events exposed by the RDOMail object. In addition to the RDOMail properties, methods and events, it implements the following properties and methods:


Properties


RequestType

rdoMeetingRequestType, read-only. Returns the request type. Can be one of the following values:

mrRequest (0)   new meeting request
mrAccept (1)   the previously sent meeting request or update was accepted
mrDecline (2)   the previously sent meeting request or update was declined
mrTentative(3)   the previously sent meeting request or update was accepted tentatively

 

 

Methods


GetAssociatedAppointment(AddToCalendar)

Returns an RDOAppointmentItem object from the default Calendar folder that represents the requested apppointment.

AddToCalendar - boolean. If true, the appointment will be created if it does not yet exist in the default Calendar folder. If false, the appointment will be returned only if it already exists and NULL otherwise.