FindConversationsAsync

IAsyncEwsClient.FindConversationsAsync method

在指定文件夹中查找对话

public Task<ExchangeConversation[]> FindConversationsAsync(string folderId, 
    CancellationToken cancellationToken = default)
范围类型描述
folderIdString在其中搜索的文件夹的 id
cancellationTokenCancellationToken取消令牌。

返回值

找到的数组ExchangeConversation

例外

例外(健康)状况
AsposeArgumentExceptionfolderId无效的或者空的

也可以看看