ISmtp |
The ISmtpClient type exposes the following members.
Name | Description | |
---|---|---|
Authenticate(ICredentials, CancellationToken) |
Authenticate using the supplied credentials.
(Inherited from IMailService) | |
Authenticate(SaslMechanism, CancellationToken) |
Authenticate using the specified SASL mechanism.
(Inherited from IMailService) | |
Authenticate(Encoding, ICredentials, CancellationToken) |
Authenticate using the supplied credentials.
(Inherited from IMailService) | |
Authenticate(String, String, CancellationToken) |
Authenticate using the specified user name and password.
(Inherited from IMailService) | |
Authenticate(Encoding, String, String, CancellationToken) |
Authenticate using the specified user name and password.
(Inherited from IMailService) | |
AuthenticateAsync(ICredentials, CancellationToken) |
Asynchronously authenticate using the supplied credentials.
(Inherited from IMailService) | |
AuthenticateAsync(SaslMechanism, CancellationToken) |
Asynchronously authenticate using the specified SASL mechanism.
(Inherited from IMailService) | |
AuthenticateAsync(Encoding, ICredentials, CancellationToken) |
Asynchronously authenticate using the supplied credentials.
(Inherited from IMailService) | |
AuthenticateAsync(String, String, CancellationToken) |
Asynchronously authenticate using the specified user name and password.
(Inherited from IMailService) | |
AuthenticateAsync(Encoding, String, String, CancellationToken) |
Asynchronously authenticate using the specified user name and password.
(Inherited from IMailService) | |
Connect(String, Int32, SecureSocketOptions, CancellationToken) |
Establish a connection to the specified mail server.
(Inherited from IMailService) | |
Connect(String, Int32, Boolean, CancellationToken) |
Establish a connection to the specified mail server.
(Inherited from IMailService) | |
Connect(Socket, String, Int32, SecureSocketOptions, CancellationToken) |
Establish a connection to the specified mail server using the provided socket.
(Inherited from IMailService) | |
Connect(Stream, String, Int32, SecureSocketOptions, CancellationToken) |
Establish a connection to the specified mail server using the provided stream.
(Inherited from IMailService) | |
ConnectAsync(String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified mail server.
(Inherited from IMailService) | |
ConnectAsync(String, Int32, Boolean, CancellationToken) |
Asynchronously establish a connection to the specified mail server.
(Inherited from IMailService) | |
ConnectAsync(Socket, String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified mail server using the provided socket.
(Inherited from IMailService) | |
ConnectAsync(Stream, String, Int32, SecureSocketOptions, CancellationToken) |
Asynchronously establish a connection to the specified mail server using the provided stream.
(Inherited from IMailService) | |
Disconnect |
Disconnect the service.
(Inherited from IMailService) | |
DisconnectAsync |
Asynchronously disconnect the service.
(Inherited from IMailService) | |
Dispose | (Inherited from IDisposable) | |
Expand | Expand a mailing address alias. | |
ExpandAsync | Asynchronously expand a mailing address alias. | |
NoOp |
Ping the message service to keep the connection alive.
(Inherited from IMailService) | |
NoOpAsync |
Asynchronously ping the mail server to keep the connection alive.
(Inherited from IMailService) | |
Send(MimeMessage, CancellationToken, ITransferProgress) |
Send the specified message.
(Inherited from IMailTransport) | |
Send(FormatOptions, MimeMessage, CancellationToken, ITransferProgress) |
Send the specified message.
(Inherited from IMailTransport) | |
Send(MimeMessage, MailboxAddress, IEnumerableMailboxAddress, CancellationToken, ITransferProgress) |
Send the specified message using the supplied sender and recipients.
(Inherited from IMailTransport) | |
Send(FormatOptions, MimeMessage, MailboxAddress, IEnumerableMailboxAddress, CancellationToken, ITransferProgress) |
Send the specified message using the supplied sender and recipients.
(Inherited from IMailTransport) | |
SendAsync(MimeMessage, CancellationToken, ITransferProgress) |
Asynchronously send the specified message.
(Inherited from IMailTransport) | |
SendAsync(FormatOptions, MimeMessage, CancellationToken, ITransferProgress) |
Asynchronously send the specified message.
(Inherited from IMailTransport) | |
SendAsync(MimeMessage, MailboxAddress, IEnumerableMailboxAddress, CancellationToken, ITransferProgress) |
Asynchronously send the specified message using the supplied sender and recipients.
(Inherited from IMailTransport) | |
SendAsync(FormatOptions, MimeMessage, MailboxAddress, IEnumerableMailboxAddress, CancellationToken, ITransferProgress) |
Asynchronously send the specified message using the supplied sender and recipients.
(Inherited from IMailTransport) | |
Verify | Verify the existence of a mailbox address. | |
VerifyAsync | Asynchronously verify the existence of a mailbox address. |