IDeliveryServiceClient.EndPoint

IDeliveryServiceClient.EndPoint property

Gets or sets DeliveryService endpoint. If not specified, the default is https://api.mailgun.net for MailGunClient and https://api.sendgrid.com for SendGridClient.

public string EndPoint { get; set; }

See Also