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< MapiCalendarIcsSaveOptions > | get_DefaultIcs () |
| Gets the default Ics save options. More... | |
| static System::SharedPtr< MapiCalendarMsgSaveOptions > | get_DefaultMsg () |
| Gets the default Msg save options. More... | |
| static System::SharedPtr< MapiCalendarSaveOptions > | FromSaveFormat (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... | |
| Aspose::Email::Mapi::MapiCalendarIcsSaveOptions::MapiCalendarIcsSaveOptions | ( | ) |
Initializes a new instance of the MapiCalendarSaveOptions class
| bool Aspose::Email::Mapi::MapiCalendarIcsSaveOptions::get_KeepOriginalDateTimeStamp | ( | ) | const |
| 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
| void Aspose::Email::Mapi::MapiCalendarIcsSaveOptions::set_KeepOriginalDateTimeStamp | ( | bool | value | ) |
| 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