_MeetingItem.GetAssociatedAppointment(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.