次の方法で共有


MAPIFolder.GetCalendarExporter メソッド

定義

指定した の CalendarSharing オブジェクトを作成します Folder

public:
 Microsoft::Office::Interop::Outlook::CalendarSharing ^ GetCalendarExporter();
public Microsoft.Office.Interop.Outlook.CalendarSharing GetCalendarExporter ();
Public Function GetCalendarExporter () As CalendarSharing

戻り値

指定のフォルダーに エクスポート オブジェクト。

注釈

GetCalendarExporter メソッドは、 フォルダー のオブジェクトで使用される標準の既定のオプションを自動的に エクスポート クラスの既定値を設定します。 GetCalendarExporter メソッドは、予定表フォルダーでのみ使用できます。 エラーは、他の種類のフォルダーを表す Folder オブジェクトでメソッドを使用する場合に発生します。

: CalendarSharing オブジェクトは、iCalendar (.ics) ファイル形式のエクスポートのみをサポートします。

適用対象