IAsyncEwsClient.FetchAppointmentAsync
IAsyncEwsClient.FetchAppointmentAsync method
Fetch the specified appointment from server.
public Task<Appointment> FetchAppointmentAsync(string appointmentUri, string folderUri,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| appointmentUri | String | An uri of appointment to be fetched. |
| folderUri | String | An uri of appointments parent folder. |
| cancellationToken | CancellationToken | The cancellation token. |
Return Value
A fetched Appointment.
Exceptions
| exception | condition |
|---|---|
| AsposeArgumentException | appointmentUri is null or empty. |
See Also
- class Appointment
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email