Overload List
| Name | Description | |
|---|---|---|
| BeginSend(Stream, AsyncCallback, Object) |
Begins asynchronous Send operation.
Reads and sends a mail message from the specified stream in MIME format.
| |
| BeginSend(String, AsyncCallback, Object) |
Begins asynchronous Send operation.
Reads and sends a mail message from the specified local file in MIME format.
| |
| BeginSend(MailMessage, AsyncCallback, Object) |
Begins asynchronous Send operation.
Sends a mail message (MailMessage).
| |
| BeginSend(MimeMessage, AsyncCallback, Object) |
Begins asynchronous Send operation.
Sends a mail message (MimeMessage).
| |
| BeginSend(Stream, String, String, AsyncCallback, Object) |
Begins asynchronous Send operation.
Reads and sends a mail message from the specified stream in MIME format.
| |
| BeginSend(String, String, String, AsyncCallback, Object) |
Begins asynchronous Send operation.
Reads and sends a mail message from the specified local file in MIME format.
| |
| BeginSend(MailMessage, String, String, AsyncCallback, Object) |
Begins asynchronous Send operation.
Sends a mail message (MailMessage).
| |
| BeginSend(MimeMessage, String, String, AsyncCallback, Object) |
Begins asynchronous Send operation.
Sends a mail message (MimeMessage).
| |
| BeginSend(String, String, String, String, AsyncCallback, Object) |
Begins asynchronous Send operation.
Sends a mail message constructed from the specified parameters.
|