Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginSend(Stream, AsyncCallback, Object)
Begins asynchronous Send operation. Reads and sends a mail message from the specified stream in MIME format.
Public methodSupported by the .NET Compact FrameworkBeginSend(String, AsyncCallback, Object)
Begins asynchronous Send operation. Reads and sends a mail message from the specified local file in MIME format.
Public methodSupported by the .NET Compact FrameworkBeginSend(MailMessage, AsyncCallback, Object)
Begins asynchronous Send operation. Sends a mail message (MailMessage).
Public methodSupported by the .NET Compact FrameworkBeginSend(MimeMessage, AsyncCallback, Object)
Begins asynchronous Send operation. Sends a mail message (MimeMessage).
Public methodSupported by the .NET Compact FrameworkBeginSend(Stream, String, String, AsyncCallback, Object)
Begins asynchronous Send operation. Reads and sends a mail message from the specified stream in MIME format.
Public methodSupported by the .NET Compact FrameworkBeginSend(String, String, String, AsyncCallback, Object)
Begins asynchronous Send operation. Reads and sends a mail message from the specified local file in MIME format.
Public methodSupported by the .NET Compact FrameworkBeginSend(MailMessage, String, String, AsyncCallback, Object)
Begins asynchronous Send operation. Sends a mail message (MailMessage).
Public methodSupported by the .NET Compact FrameworkBeginSend(MimeMessage, String, String, AsyncCallback, Object)
Begins asynchronous Send operation. Sends a mail message (MimeMessage).
Public methodSupported by the .NET Compact FrameworkBeginSend(String, String, String, String, AsyncCallback, Object)
Begins asynchronous Send operation. Sends a mail message constructed from the specified parameters.

See Also