ListAppointmentsByPageAsync
IAsyncEwsClient.ListAppointmentsByPageAsync method
检索指定日历文件夹的约会页面
public Task<AppointmentPageInfo> ListAppointmentsByPageAsync(string folderUri, MailQuery query,
int itemsPerPage, int itemOffset, CancellationToken cancellationToken = default)
范围 | 类型 | 描述 |
---|---|---|
folderUri | String | 用于搜索约会的文件夹。 |
query | MailQuery | MailQuery 表示约会搜索条件。 |
itemsPerPage | Int32 | 页面中的项目数 |
itemOffset | Int32 | 视图中下一项的偏移量 |
cancellationToken | CancellationToken | 取消令牌。 |
返回值
有约会的返回页面
也可以看看
- class AppointmentPageInfo
- class MailQuery
- interface IAsyncEwsClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email