Folder.GetCalendarExporter Method (Outlook)

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.

Note

The CalendarSharing object only supports exporting the iCalendar (.ics) file format.

See Also

Concepts

Folder Object

Folder Object Members