Interface IAsyncSmtpClient
IAsyncSmtpClient interface
Allows applications to send messages by using the Simple Mail Transfer Protocol (SMTP).
public interface IAsyncSmtpClient : IDisposable
Methods
Name | Description |
---|---|
ForwardAsync(SmtpForward) | Forwards specified message to recipient. |
NoopAsync(IConnection, CancellationToken) | ‘No operation’ command |
SendAsync(SmtpSend) | Send the specified messages. |
ValidateCredentialsAsync(IConnection, CancellationToken) | Executes credentials validation |
See Also
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email