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)
| Parameter | Type | Description |
|---|---|---|
| folderUri | String | A folder to search appointments in. |
| query | MailQuery | MailQuery that represents appointments search criteria. |
| recursive | Boolean | Indicates whether recursive listing or not. |
| cancellationToken | CancellationToken | The cancellation token. |
Return Value
Returns array of appointments
See Also
- class Appointment
- class MailQuery
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email