Interface IDeliveryServiceClient

IDeliveryServiceClient interface

Represents contract for DeliveryServiceClient

public interface IDeliveryServiceClient : IDisposable

Methods

NameDescription
Send(MailMessage, List<string>, CancellationToken?)Sends email synchronously
SendAsync(MailMessage, List<string>, CancellationToken?)Sends email asynchronously

See Also