Allows read the calendar with multi events to the Appointment object from a file or stream. More...
Inherits Object.
Public Member Functions | |
System::SharedPtr< Appointment > | get_Current () const |
Current read event. More... | |
CalendarReader (System::String path) | |
Initializes a new instance of CalendarReader with source file and default Appointment LoadOptions. More... | |
CalendarReader (System::String path, System::SharedPtr< AppointmentLoadOptions > options) | |
Initializes a new instance of CalendarReader with source file and Appointment LoadOptions. More... | |
CalendarReader (System::SharedPtr< System::IO::Stream > stream) | |
Initializes a new instance of CalendarReader with source stream and default Appointment LoadOptions. More... | |
CalendarReader (System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< AppointmentLoadOptions > options) | |
Initializes a new instance of CalendarReader with source stream and Appointment LoadOptions. More... | |
bool | NextEvent () |
Reads next Event from source and save it to the Current. More... | |
Allows read the calendar with multi events to the Appointment object from a file or stream.
Aspose::Email::Calendar::CalendarReader::CalendarReader | ( | System::String | path | ) |
Initializes a new instance of CalendarReader with source file and default Appointment LoadOptions.
path | Path to source file. |
Aspose::Email::Calendar::CalendarReader::CalendarReader | ( | System::String | path, |
System::SharedPtr< AppointmentLoadOptions > | options | ||
) |
Initializes a new instance of CalendarReader with source file and Appointment LoadOptions.
path | Path to source file. |
options | Additional LoadOptions. |
Aspose::Email::Calendar::CalendarReader::CalendarReader | ( | System::SharedPtr< System::IO::Stream > | stream | ) |
Initializes a new instance of CalendarReader with source stream and default Appointment LoadOptions.
stream | Source stream. |
Aspose::Email::Calendar::CalendarReader::CalendarReader | ( | System::SharedPtr< System::IO::Stream > | stream, |
System::SharedPtr< AppointmentLoadOptions > | options | ||
) |
Initializes a new instance of CalendarReader with source stream and Appointment LoadOptions.
stream | Source stream. |
options | Additional LoadOptions. |
System::SharedPtr<Appointment> Aspose::Email::Calendar::CalendarReader::get_Current | ( | ) | const |
Current read event.
bool Aspose::Email::Calendar::CalendarReader::NextEvent | ( | ) |
Reads next Event from source and save it to the Current.