MAPIFolder.GetCalendarExporter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a CalendarSharing object for the specified Folder.
public:
Microsoft::Office::Interop::Outlook::CalendarSharing ^ GetCalendarExporter();
public Microsoft.Office.Interop.Outlook.CalendarSharing GetCalendarExporter ();
Public Function GetCalendarExporter () As CalendarSharing
Returns
A CalendarSharing object for the specified folder.
Remarks
The GetCalendarExporter method automatically sets the defaults for the CalendarSharing class to the standard default options used by the Folder object. The GetCalendarExporter method can only be used on calendar folders. An error occurs if you use the method on Folder objects that represent other folder types.
Note: The CalendarSharing object only supports exporting the iCalendar (.ics) file format.