Class AppointmentIcsSaveOptions
Contents
[
Hide
]AppointmentIcsSaveOptions class
Represents iCalendar save options
public sealed class AppointmentIcsSaveOptions : AppointmentSaveOptions
Constructors
Name | Description |
---|---|
AppointmentIcsSaveOptions() | Initializes a new instance of the AppointmentIcsSaveOptions class |
AppointmentIcsSaveOptions(AppointmentAction) | Initializes a new instance of the AppointmentIcsSaveOptions class |
Properties
Name | Description |
---|---|
static Default { get; } | Gets the default Ics save options |
Action { get; set; } | Gets or sets appointment Action |
CreateNew { get; set; } | Gets or sets value indicating whether need create new calendar or append events in existing calendar. Default value is true. |
EndTimeZone { get; set; } | Gets or sets the End time zone. |
MethodType { get; set; } | Gets or sets the iCalendar object method type associated with the calendar object. |
ProductId { get; set; } | Gets or sets the product identifier that created iCalendar object. |
SaveFormat { get; } | Gets a save format |
SequenceId { get; set; } | Gets or sets the sequence id. |
StartTimeZone { get; set; } | Gets or sets the Start time zone. |
See Also
- class AppointmentSaveOptions
- namespace Aspose.Email.Calendar
- assembly Aspose.Email