CalendarReader.CalendarReader
Contents
[
Hide
]CalendarReader(string)
Initializes a new instance of CalendarReader with source file and default Appointment LoadOptions.
public CalendarReader(string path)
| Parameter | Type | Description |
|---|---|---|
| path | String | Path to source file. |
See Also
- class CalendarReader
- namespace Aspose.Email.Calendar
- assembly Aspose.Email
CalendarReader(string, AppointmentLoadOptions)
Initializes a new instance of CalendarReader with source file and Appointment LoadOptions.
public CalendarReader(string path, AppointmentLoadOptions options)
| Parameter | Type | Description |
|---|---|---|
| path | String | Path to source file. |
| options | AppointmentLoadOptions | Additional LoadOptions. |
See Also
- class AppointmentLoadOptions
- class CalendarReader
- namespace Aspose.Email.Calendar
- assembly Aspose.Email
CalendarReader(Stream)
Initializes a new instance of CalendarReader with source stream and default Appointment LoadOptions.
public CalendarReader(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | Source stream. |
See Also
- class CalendarReader
- namespace Aspose.Email.Calendar
- assembly Aspose.Email
CalendarReader(Stream, AppointmentLoadOptions)
Initializes a new instance of CalendarReader with source stream and Appointment LoadOptions.
public CalendarReader(Stream stream, AppointmentLoadOptions options)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | Source stream. |
| options | AppointmentLoadOptions | Additional LoadOptions. |
See Also
- class AppointmentLoadOptions
- class CalendarReader
- namespace Aspose.Email.Calendar
- assembly Aspose.Email