Overload List
Name | Description | |
---|---|---|
BeginConnect(String, AsyncCallback, Object) |
Begins asynchronous Connect operation.
Connects to the SMTP server.
| |
BeginConnect(String, SslMode, AsyncCallback, Object) |
Begins asynchronous Connect operation.
Connects to the SMTP server with the specified security. Uses port 25 for no SSL, 587 for explicit SSL and 465 for implicit SSL.
| |
BeginConnect(String, Int32, AsyncCallback, Object) |
Begins asynchronous Connect operation.
Connects to the SMTP server.
| |
BeginConnect(String, Int32, SslMode, AsyncCallback, Object) |
Begins asynchronous Connect operation.
Connects to the SMTP server with the specified security.
| |
BeginConnect(String, Int32, TlsParameters, SmtpSecurity, AsyncCallback, Object) | Obsolete. |