IAsyncEwsClient.ListAppointmentsByPageAsync

IAsyncEwsClient.ListAppointmentsByPageAsync method

Retrieves page with appointments for specified calendar folder

public Task<AppointmentPageInfo> ListAppointmentsByPageAsync(string folderUri, MailQuery query, 
    int itemsPerPage, int itemOffset, CancellationToken cancellationToken = default)
ParameterTypeDescription
folderUriStringA folder to search appointments in.
queryMailQueryMailQuery that represents appointments search criteria.
itemsPerPageInt32A number of items in page
itemOffsetInt32An offset of next item in view
cancellationTokenCancellationTokenThe cancellation token.

Return Value

Returns page with appointments

See Also