SendGridClient.Send
SendGridClient.Send method
Sends email synchronously
public DeliveryServiceResponse<MailMessage> Send(MailMessage message, List<string> tags = null,
CancellationToken? token = default)
Parameter | Description |
---|---|
message | The MailMessage that represents an email-message. |
token |
See Also
- class DeliveryServiceResponse<T>
- class MailMessage
- class SendGridClient
- namespace Aspose.Email.Clients.DeliveryService.SendGrid
- assembly Aspose.Email