次の方法で共有


_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 オブジェクト。

適用対象