Aspose::Email::Mapi::MapiCalendarSaveOptions Class Reference

More...

Inherits Object.

Inherited by Aspose::Email::Mapi::MapiCalendarIcsSaveOptions, and Aspose::Email::Mapi::MapiCalendarMsgSaveOptions.

Public Member Functions

Aspose::Email::Calendar::AppointmentSaveFormat get_SaveFormat () const
 Gets a save format. More...
 

Static Public Member Functions

static System::SharedPtr< MapiCalendarIcsSaveOptionsget_DefaultIcs ()
 Gets the default Ics save options. More...
 
static System::SharedPtr< MapiCalendarMsgSaveOptionsget_DefaultMsg ()
 Gets the default Msg save options. More...
 
static System::SharedPtr< MapiCalendarSaveOptionsFromSaveFormat (Aspose::Email::Calendar::AppointmentSaveFormat saveFormat)
 Gets the MapiCalendarSaveOptions from SaveFormat. More...
 

Protected Member Functions

 MapiCalendarSaveOptions (Aspose::Email::Calendar::AppointmentSaveFormat saveFormat)
 Initializes a new instance of the MapiCalendarSaveOptions class More...
 

Friends

class Aspose::Email::Mapi::MapiCalendarIcsSaveOptions
 
class Aspose::Email::Mapi::MapiCalendarMsgSaveOptions
 

Detailed Description

Constructor & Destructor Documentation

◆ MapiCalendarSaveOptions()

Aspose::Email::Mapi::MapiCalendarSaveOptions::MapiCalendarSaveOptions ( Aspose::Email::Calendar::AppointmentSaveFormat  saveFormat)
protected

Initializes a new instance of the MapiCalendarSaveOptions class

Parameters
saveFormatAn appointment save format

Member Function Documentation

◆ FromSaveFormat()

static System::SharedPtr<MapiCalendarSaveOptions> Aspose::Email::Mapi::MapiCalendarSaveOptions::FromSaveFormat ( Aspose::Email::Calendar::AppointmentSaveFormat  saveFormat)
static

Gets the MapiCalendarSaveOptions from SaveFormat.

◆ get_DefaultIcs()

static System::SharedPtr<MapiCalendarIcsSaveOptions> Aspose::Email::Mapi::MapiCalendarSaveOptions::get_DefaultIcs ( )
static

Gets the default Ics save options.

◆ get_DefaultMsg()

static System::SharedPtr<MapiCalendarMsgSaveOptions> Aspose::Email::Mapi::MapiCalendarSaveOptions::get_DefaultMsg ( )
static

Gets the default Msg save options.

◆ get_SaveFormat()

Aspose::Email::Calendar::AppointmentSaveFormat Aspose::Email::Mapi::MapiCalendarSaveOptions::get_SaveFormat ( ) const

Gets a save format.

Friends And Related Function Documentation

◆ Aspose::Email::Mapi::MapiCalendarIcsSaveOptions

◆ Aspose::Email::Mapi::MapiCalendarMsgSaveOptions