IcsSaveOptions Class

Represents iCalendar save options
Inheritance Hierarchy

Namespace:  Aspose.Email.Calendar
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class IcsSaveOptions : AppointmentSaveOptions

The IcsSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodIcsSaveOptions
Initializes a new instance of the IcsSaveOptions class
Public methodIcsSaveOptions(AppointmentAction)
Initializes a new instance of the IcsSaveOptions class
Properties
  NameDescription
Public propertyAction
Gets or sets appointment Action
Public propertyCreateNew
Gets or sets value indicating whether need create new calendar or append events in existing calendar. Default value is true.
Public propertyStatic memberDefault
Gets the default Ics save options
Public propertyEndTimeZone
Gets or sets the End time zone.
Public propertyMethodType
Gets or sets the iCalendar object method type associated with the calendar object.
Public propertyProductId
Gets or sets the product identifier that created iCalendar object.
Public propertySaveFormat
Gets a save format
(Inherited from AppointmentSaveOptions.)
Public propertySequenceId
Gets or sets the sequence id.
Public propertyStartTimeZone
Gets or sets the Start time zone.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also