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.*".
Derived from: RDOMailRDOMeetingItem 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:
|
|||||||||||||
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. |
|||||||||||||
|
||||||||||||||