_MeetingItem.GetAssociatedAppointment(Boolean) Method

Definition

Returns an AppointmentItem object that represents the appointment associated with the meeting request.

public:
 Microsoft::Office::Interop::Outlook::AppointmentItem ^ GetAssociatedAppointment(bool AddToCalendar);
public Microsoft.Office.Interop.Outlook.AppointmentItem GetAssociatedAppointment (bool AddToCalendar);
Public Function GetAssociatedAppointment (AddToCalendar As Boolean) As AppointmentItem

Parameters

AddToCalendar
Boolean

True to add the meeting to the default Calendar folder.

Returns

An AppointmentItem object that represents the associated appointment.

Applies to