Class MapiCalendarMsgSaveOptions

MapiCalendarMsgSaveOptions class

Provides options for controlling how MapiCalendar instances are saved to Outlook MSG format. This class extends MapiCalendarSaveOptions and is specifically designed for saving calendar items in the native Outlook message format.

public class MapiCalendarMsgSaveOptions : MapiCalendarSaveOptions

Constructors

NameDescription
MapiCalendarMsgSaveOptions()Initializes a new instance of the MapiCalendarMsgSaveOptions class

Properties

NameDescription
ProductIdentifier { get; set; }Gets or sets the product identifier.
SaveFormat { get; }Gets a save format.

Remarks

Use this class with Save to save calendar items in Outlook MSG format. MSG is the native format for Outlook items and preserves all Outlook-specific properties and formatting. This save format is typically used when you need the calendar item to be fully compatible with Microsoft Outlook.

See Also