IAsyncEwsClient.FetchConversationMessagesAsync

IAsyncEwsClient.FetchConversationMessagesAsync method

Fetches the specified conversation messages

public Task<MailMessageCollection> FetchConversationMessagesAsync(string conversationId, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
conversationIdStringId of conversation
cancellationTokenCancellationTokenThe cancellation token.

Exceptions

exceptioncondition
AsposeArgumentExceptionconversationId is null or empty

See Also