AppointmentSaveOptions Class

Represents base appointment save options
Inheritance Hierarchy
SystemObject
  Aspose.Email.CalendarAppointmentSaveOptions
    Aspose.Email.CalendarIcsSaveOptions

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

The AppointmentSaveOptions type exposes the following members.

Constructors
  NameDescription
Protected methodAppointmentSaveOptions
Initializes a new instance of the AppointmentSaveOptions class
Properties
  NameDescription
Public propertySaveFormat
Gets a save format
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also