IAsyncEwsClient.ListAppointmentsAsync

IAsyncEwsClient.ListAppointmentsAsync method

Retrieves list of appointments for specified calendar folder

public Task<Appointment[]> ListAppointmentsAsync(string folderUri, MailQuery query, bool recursive, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
folderUriStringA folder to search appointments in.
queryMailQueryMailQuery that represents appointments search criteria.
recursiveBooleanIndicates whether recursive listing or not.
cancellationTokenCancellationTokenThe cancellation token.

Return Value

Returns array of appointments

See Also