IAsyncEwsClient.FetchAppointmentAsync

IAsyncEwsClient.FetchAppointmentAsync method

Fetch the specified appointment from server.

public Task<Appointment> FetchAppointmentAsync(string appointmentUri, string folderUri, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
appointmentUriStringAn uri of appointment to be fetched.
folderUriStringAn uri of appointments parent folder.
cancellationTokenCancellationTokenThe cancellation token.

Return Value

A fetched Appointment.

Exceptions

exceptioncondition
AsposeArgumentExceptionappointmentUri is null or empty.

See Also