IAsyncEwsClient.SendAsync

IAsyncEwsClient.SendAsync method

Sends the message.

public Task SendAsync(MailMessage message, FollowUpOptions messageOptions = null, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
messageMailMessageThe message.
messageOptionsFollowUpOptionsThe FollowUpOptions that represents additional options for using follow-up flags and voting buttons.
cancellationTokenCancellationTokenThe cancellation token.

See Also