_MeetingItem.GetAssociatedAppointment(Boolean) 方法

定义

返回一个 AppointmentItem 对象,该对象表示与会议请求关联的约会。

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

参数

AddToCalendar
Boolean

True 将会议添加到默认的 日历文件夹。

返回

AppointmentItem 对象,该对象表示关联的约会。

适用于