IDeliveryServiceClient.SendAsync
IDeliveryServiceClient.SendAsync method
Sends email asynchronously
public Task<DeliveryServiceResponse<MailMessage>> SendAsync(MailMessage message,
List<string> tags = null, CancellationToken? token = default)
Parameter | Type | Description |
---|---|---|
message | MailMessage | The MailMessage that represents an email-message. |
tags | List`1 | |
token | Nullable`1 |
See Also
- class DeliveryServiceResponse<T>
- class MailMessage
- interface IDeliveryServiceClient
- namespace Aspose.Email.Clients.DeliveryService
- assembly Aspose.Email