Task.Load
Load(string)
Loads Task from the file. Supported file formats: iCalendar A file path.A read Appointment.
public static Task Load(string filePath)
See Also
- class Task
- namespace Aspose.Email.Calendar
- assembly Aspose.Email
Load(Stream)
Loads Task from the stream
public static Task Load(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | A stream to load from |
Return Value
A read Task
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | stream is null |
| NotSupportedException | stream does not support reading |
See Also
- class Task
- namespace Aspose.Email.Calendar
- assembly Aspose.Email