Represents iCalendar save options More...
Inherits Aspose::Email::Calendar::AppointmentSaveOptions.
Public Member Functions | |
AppointmentAction | get_Action () const |
Gets appointment Action More... | |
void | set_Action (AppointmentAction value) |
Sets appointment Action More... | |
System::String | get_ProductId () const |
Gets the product identifier that created iCalendar object. More... | |
void | set_ProductId (System::String value) |
Sets the product identifier that created iCalendar object. More... | |
int32_t | get_SequenceId () const |
Gets the sequence id. More... | |
void | set_SequenceId (int32_t value) |
Sets the sequence id. More... | |
AppointmentMethodType | get_MethodType () const |
Gets the iCalendar object method type associated with the calendar object. More... | |
void | set_MethodType (AppointmentMethodType value) |
Sets the iCalendar object method type associated with the calendar object. More... | |
System::String | get_StartTimeZone () const |
Gets the Start time zone. More... | |
void | set_StartTimeZone (System::String value) |
Sets the Start time zone. More... | |
System::String | get_EndTimeZone () const |
Gets the End time zone. More... | |
void | set_EndTimeZone (System::String value) |
Sets the End time zone. More... | |
bool | get_CreateNew () const |
Gets value indicating whether need create new calendar or append events in existing calendar. Default value is true. More... | |
void | set_CreateNew (bool value) |
Sets value indicating whether need create new calendar or append events in existing calendar. Default value is true. More... | |
AppointmentIcsSaveOptions () | |
Initializes a new instance of the AppointmentIcsSaveOptions class More... | |
AppointmentIcsSaveOptions (AppointmentAction method) | |
Initializes a new instance of the AppointmentIcsSaveOptions class More... | |
Public Member Functions inherited from Aspose::Email::Calendar::AppointmentSaveOptions | |
AppointmentSaveFormat | get_SaveFormat () const |
Gets a save format More... | |
Static Public Member Functions | |
static System::SharedPtr< AppointmentIcsSaveOptions > | get_Default () |
Gets the default Ics save options More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Aspose::Email::Calendar::AppointmentSaveOptions | |
AppointmentSaveOptions (AppointmentSaveFormat saveFormat) | |
Initializes a new instance of the AppointmentSaveOptions class More... | |
Represents iCalendar save options
Aspose::Email::Calendar::AppointmentIcsSaveOptions::AppointmentIcsSaveOptions | ( | ) |
Initializes a new instance of the AppointmentIcsSaveOptions class
Aspose::Email::Calendar::AppointmentIcsSaveOptions::AppointmentIcsSaveOptions | ( | AppointmentAction | method | ) |
Initializes a new instance of the AppointmentIcsSaveOptions class
method | An appointment method |
AppointmentAction Aspose::Email::Calendar::AppointmentIcsSaveOptions::get_Action | ( | ) | const |
Gets appointment Action
ArgumentException | value is not defined in AppointmentAction |
bool Aspose::Email::Calendar::AppointmentIcsSaveOptions::get_CreateNew | ( | ) | const |
Gets value indicating whether need create new calendar or append events in existing calendar. Default value is true.
|
static |
Gets the default Ics save options
System::String Aspose::Email::Calendar::AppointmentIcsSaveOptions::get_EndTimeZone | ( | ) | const |
Gets the End time zone.
AppointmentMethodType Aspose::Email::Calendar::AppointmentIcsSaveOptions::get_MethodType | ( | ) | const |
Gets the iCalendar object method type associated with the calendar object.
System::String Aspose::Email::Calendar::AppointmentIcsSaveOptions::get_ProductId | ( | ) | const |
Gets the product identifier that created iCalendar object.
The product identifier.
int32_t Aspose::Email::Calendar::AppointmentIcsSaveOptions::get_SequenceId | ( | ) | const |
Gets the sequence id.
The sequence id.
System::String Aspose::Email::Calendar::AppointmentIcsSaveOptions::get_StartTimeZone | ( | ) | const |
Gets the Start time zone.
void Aspose::Email::Calendar::AppointmentIcsSaveOptions::set_Action | ( | AppointmentAction | value | ) |
Sets appointment Action
ArgumentException | value is not defined in AppointmentAction |
void Aspose::Email::Calendar::AppointmentIcsSaveOptions::set_CreateNew | ( | bool | value | ) |
Sets value indicating whether need create new calendar or append events in existing calendar. Default value is true.
void Aspose::Email::Calendar::AppointmentIcsSaveOptions::set_EndTimeZone | ( | System::String | value | ) |
Sets the End time zone.
void Aspose::Email::Calendar::AppointmentIcsSaveOptions::set_MethodType | ( | AppointmentMethodType | value | ) |
Sets the iCalendar object method type associated with the calendar object.
void Aspose::Email::Calendar::AppointmentIcsSaveOptions::set_ProductId | ( | System::String | value | ) |
Sets the product identifier that created iCalendar object.
The product identifier.
void Aspose::Email::Calendar::AppointmentIcsSaveOptions::set_SequenceId | ( | int32_t | value | ) |
Sets the sequence id.
The sequence id.
void Aspose::Email::Calendar::AppointmentIcsSaveOptions::set_StartTimeZone | ( | System::String | value | ) |
Sets the Start time zone.