Folder.GetCalendarExporter Method

Outlook Developer Reference

Creates a CalendarSharing object for the specified Folder.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.GetCalendarExporter

expression   An expression that returns a Folder object.

Return Value
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.

Bb147820.vs_note(en-us,office.12).gif  Note
In Microsoft Office Outlook 2007, the CalendarSharing object only supports exporting the iCalendar (.ics) file format.

See Also