IAsyncEwsClient.FindConversationsAsync

IAsyncEwsClient.FindConversationsAsync method

Finds conversations in the specified folder

public Task<ExchangeConversation[]> FindConversationsAsync(string folderId, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
folderIdStringAn id of folder in which search
cancellationTokenCancellationTokenThe cancellation token.

Return Value

An array of found ExchangeConversation

Exceptions

exceptioncondition
AsposeArgumentExceptionfolderId is null or empty

See Also