MAPIFolder.GetCalendarExporter 方法

定义

CalendarSharing为指定的 Folder创建对象。

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

返回

指定的文件夹为一个 CalendarSharing 对象。

注解

自动, GetCalendarExporter 方法将 CalendarSharing 类的默认值设置为 文件夹 对象使用标准的默认选项。 GetCalendarExporter 方法仅可在日历文件夹。 如果在代表其他文件夹类型的 Folder 对象上使用方法,就会出错。

注意CalendarSharing 对象仅支持导出 iCalendar (.ics) 文件格式。

适用于