Interface IDeliveryServiceClient
IDeliveryServiceClient interface
Represents contract for DeliveryServiceClient
public interface IDeliveryServiceClient : IDisposable
Methods
Name | Description |
---|---|
Send(MailMessage, List<string>, CancellationToken?) | Sends email synchronously |
SendAsync(MailMessage, List<string>, CancellationToken?) | Sends email asynchronously |
See Also
- namespace Aspose.Email.Clients.DeliveryService
- assembly Aspose.Email