CalendarReader Class

Allows read the calendar with multi events to the Appointment object from a file or stream.
Inheritance Hierarchy
SystemObject
  Aspose.Email.CalendarCalendarReader

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

The CalendarReader type exposes the following members.

Constructors
  NameDescription
Public methodCalendarReader(Stream)
Initializes a new instance of CalendarReader with source stream and default Appointment LoadOptions.
Public methodCalendarReader(String)
Initializes a new instance of CalendarReader with source file and default Appointment LoadOptions.
Public methodCalendarReader(Stream, AppointmentLoadOptions)
Initializes a new instance of CalendarReader with source stream and Appointment LoadOptions.
Public methodCalendarReader(String, AppointmentLoadOptions)
Initializes a new instance of CalendarReader with source file and Appointment LoadOptions.
Properties
  NameDescription
Public propertyCurrent
Current read event.
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 methodNextEvent
Reads next Event from source and save it to the Current.
Public methodToString (Inherited from Object.)
See Also