IAsyncEwsClient.SendAsync
IAsyncEwsClient.SendAsync method
Sends the message.
public Task SendAsync(MailMessage message, FollowUpOptions messageOptions = null,
CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|---|---|
message | MailMessage | The message. |
messageOptions | FollowUpOptions | The FollowUpOptions that represents additional options for using follow-up flags and voting buttons. |
cancellationToken | CancellationToken | The cancellation token. |
See Also
- class MailMessage
- class FollowUpOptions
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email