IMail |
The IMailService type exposes the following members.
| Name | Description | |
|---|---|---|
| Authenticate(ICredentials, CancellationToken) | Authenticate using the supplied credentials. | |
| Authenticate(SaslMechanism, CancellationToken) | Authenticate using the specified SASL mechanism. | |
| Authenticate(Encoding, ICredentials, CancellationToken) | Authenticate using the supplied credentials. | |
| Authenticate(String, String, CancellationToken) | Authenticate using the specified user name and password. | |
| Authenticate(Encoding, String, String, CancellationToken) | Authenticate using the specified user name and password. | |
| AuthenticateAsync(ICredentials, CancellationToken) | Asynchronously authenticate using the supplied credentials. | |
| AuthenticateAsync(SaslMechanism, CancellationToken) | Asynchronously authenticate using the specified SASL mechanism. | |
| AuthenticateAsync(Encoding, ICredentials, CancellationToken) | Asynchronously authenticate using the supplied credentials. | |
| AuthenticateAsync(String, String, CancellationToken) | Asynchronously authenticate using the specified user name and password. | |
| AuthenticateAsync(Encoding, String, String, CancellationToken) | Asynchronously authenticate using the specified user name and password. | |
| Connect(String, Int32, SecureSocketOptions, CancellationToken) | Establish a connection to the specified mail server. | |
| Connect(String, Int32, Boolean, CancellationToken) | Establish a connection to the specified mail server. | |
| Connect(Socket, String, Int32, SecureSocketOptions, CancellationToken) | Establish a connection to the specified mail server using the provided socket. | |
| Connect(Stream, String, Int32, SecureSocketOptions, CancellationToken) | Establish a connection to the specified mail server using the provided stream. | |
| ConnectAsync(String, Int32, SecureSocketOptions, CancellationToken) | Asynchronously establish a connection to the specified mail server. | |
| ConnectAsync(String, Int32, Boolean, CancellationToken) | Asynchronously establish a connection to the specified mail server. | |
| ConnectAsync(Socket, String, Int32, SecureSocketOptions, CancellationToken) | Asynchronously establish a connection to the specified mail server using the provided socket. | |
| ConnectAsync(Stream, String, Int32, SecureSocketOptions, CancellationToken) | Asynchronously establish a connection to the specified mail server using the provided stream. | |
| Disconnect | Disconnect the service. | |
| DisconnectAsync | Asynchronously disconnect the service. | |
| Dispose | (Inherited from IDisposable) | |
| NoOp | Ping the message service to keep the connection alive. | |
| NoOpAsync | Asynchronously ping the mail server to keep the connection alive. |