IAsyncEwsClient.FindConversationsAsync
IAsyncEwsClient.FindConversationsAsync method
Finds conversations in the specified folder
public Task<ExchangeConversation[]> FindConversationsAsync(string folderId,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| folderId | String | An id of folder in which search |
| cancellationToken | CancellationToken | The cancellation token. |
Return Value
An array of found ExchangeConversation
Exceptions
| exception | condition |
|---|---|
| AsposeArgumentException | folderId is null or empty |
See Also
- class ExchangeConversation
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email