ListAppointmentsAsync

IAsyncEwsClient.ListAppointmentsAsync method

检索指定日历文件夹的约会列表

public Task<Appointment[]> ListAppointmentsAsync(string folderUri, MailQuery query, bool recursive, 
    CancellationToken cancellationToken = default)
范围类型描述
folderUriString用于搜索约会的文件夹。
queryMailQueryMailQuery表示约会搜索条件。
recursiveBoolean指示是否递归列表。
cancellationTokenCancellationToken取消令牌。

返回值

返回约会数组

也可以看看