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)
| Parameter | Type | Description |
|---|---|---|
| folderUri | String | A folder to search appointments in. |
| query | MailQuery | MailQuery that represents appointments search criteria. |
| itemsPerPage | Int32 | A number of items in page |
| itemOffset | Int32 | An offset of next item in view |
| cancellationToken | CancellationToken | The cancellation token. |
Return Value
Returns page with appointments
See Also
- class AppointmentPageInfo
- class MailQuery
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email