SendGridClient.Send

SendGridClient.Send method

Sends email synchronously

public DeliveryServiceResponse<MailMessage> Send(MailMessage message, List<string> tags = null, 
    CancellationToken? token = default)
ParameterDescription
messageThe MailMessage that represents an email-message.
token

See Also