_CalendarSharing.ForwardAsICal(OlCalendarMailFormat) メソッド

定義

オブジェクトの親 Folder からカレンダー情報を CalendarSharingMailItemペイロードとして転送します。

public:
 Microsoft::Office::Interop::Outlook::MailItem ^ ForwardAsICal(Microsoft::Office::Interop::Outlook::OlCalendarMailFormat MailFormat);
public Microsoft.Office.Interop.Outlook.MailItem ForwardAsICal (Microsoft.Office.Interop.Outlook.OlCalendarMailFormat MailFormat);
Public Function ForwardAsICal (MailFormat As OlCalendarMailFormat) As MailItem

パラメーター

MailFormat
OlCalendarMailFormat

このメソッドによって作成された MailItem の本文に予定表の情報の形式を決定します。

戻り値

予定表の情報が関連付けられている新しい電子メール アイテムを表す MailItem オブジェクト。

注釈

ForwardAsICal メソッドを指定することができますペイロード共有を使用他のユーザーとカレンダーを共有する 1 つのメソッドを提供します。 します。

適用対象