Aspose::Email::Mapi::MapiCalendarIcsSaveOptions Class Reference

More...

Inherits Aspose::Email::Mapi::MapiCalendarSaveOptions.

Public Member Functions

bool get_KeepOriginalDateTimeStamp () const
 
void set_KeepOriginalDateTimeStamp (bool value)
 
System::String get_ProductIdentifier () const
 Gets the product identifier. More...
 
void set_ProductIdentifier (System::String value)
 Sets the product identifier. More...
 
 MapiCalendarIcsSaveOptions ()
 Initializes a new instance of the MapiCalendarSaveOptions class More...
 
- Public Member Functions inherited from Aspose::Email::Mapi::MapiCalendarSaveOptions
Aspose::Email::Calendar::AppointmentSaveFormat get_SaveFormat () const
 Gets a save format. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Aspose::Email::Mapi::MapiCalendarSaveOptions
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 inherited from Aspose::Email::Mapi::MapiCalendarSaveOptions
 MapiCalendarSaveOptions (Aspose::Email::Calendar::AppointmentSaveFormat saveFormat)
 Initializes a new instance of the MapiCalendarSaveOptions class More...
 

Detailed Description

Constructor & Destructor Documentation

◆ MapiCalendarIcsSaveOptions()

Aspose::Email::Mapi::MapiCalendarIcsSaveOptions::MapiCalendarIcsSaveOptions ( )

Initializes a new instance of the MapiCalendarSaveOptions class

Member Function Documentation

◆ get_KeepOriginalDateTimeStamp()

bool Aspose::Email::Mapi::MapiCalendarIcsSaveOptions::get_KeepOriginalDateTimeStamp ( ) const

◆ get_ProductIdentifier()

System::String Aspose::Email::Mapi::MapiCalendarIcsSaveOptions::get_ProductIdentifier ( ) const

Gets the product identifier.

The product identifier. This property specifies the identifier for the product that created the iCalendar object.

If the property is not set or equal to null, the default PRODID is -//Aspose Ltd//iCalendar Builder (v3.0)//EN

◆ set_KeepOriginalDateTimeStamp()

void Aspose::Email::Mapi::MapiCalendarIcsSaveOptions::set_KeepOriginalDateTimeStamp ( bool  value)

◆ set_ProductIdentifier()

void Aspose::Email::Mapi::MapiCalendarIcsSaveOptions::set_ProductIdentifier ( System::String  value)

Sets the product identifier.

The product identifier. This property specifies the identifier for the product that created the iCalendar object.

If the property is not set or equal to null, the default PRODID is -//Aspose Ltd//iCalendar Builder (v3.0)//EN