ListAppointmentsByPageAsync

IAsyncEwsClient.ListAppointmentsByPageAsync method

检索指定日历文件夹的约会页面

public Task<AppointmentPageInfo> ListAppointmentsByPageAsync(string folderUri, MailQuery query, 
    int itemsPerPage, int itemOffset, CancellationToken cancellationToken = default)
范围类型描述
folderUriString用于搜索约会的文件夹。
queryMailQueryMailQuery表示约会搜索条件。
itemsPerPageInt32页面中的项目数
itemOffsetInt32视图中下一项的偏移量
cancellationTokenCancellationToken取消令牌。

返回值

有约会的返回页面

也可以看看