CalendarReader
Contents
[
Hide
]
CalendarReader constructor (1 of 4)
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 constructor (2 of 4)
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 constructor (3 of 4)
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 constructor (4 of 4)
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