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

More...

Inherits Object.

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

Public Member Functions

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 (Calendar::AppointmentSaveFormat saveFormat)
 Gets the MapiCalendarSaveOptions from SaveFormat. More...
 

Protected Member Functions

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

Friends

class MapiCalendarIcsSaveOptions
 
class MapiCalendarMsgSaveOptions
 

Detailed Description

Constructor & Destructor Documentation

◆ MapiCalendarSaveOptions()

Aspose::Email::Mapi::MapiCalendarSaveOptions::MapiCalendarSaveOptions ( 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 ( 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()

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

Gets a save format.

Friends And Related Function Documentation

◆ MapiCalendarIcsSaveOptions

friend class MapiCalendarIcsSaveOptions
friend

◆ MapiCalendarMsgSaveOptions

friend class MapiCalendarMsgSaveOptions
friend