The InTheHand.Net.Mail namespace contains classes used to send electronic mail to a Simple Mail Transfer Protocol (SMTP) server for delivery.
| C# | Visual Basic |
namespace InTheHand.Net.Mail
Namespace InTheHand.Net.Mail
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| SendCompletedEventHandler |
Represents the method that will handle the SendCompleted event.
| |
| SmtpClient |
Allows applications to send e-mail by using the Simple Mail Transfer Protocol (SMTP).
| |
| SmtpException |
Represents the exception that is thrown when the SmtpClient is not able to complete a Send(String, String, String, String) or SendAsync operation.
| |
| SmtpStatusCode |
Specifies the outcome of sending e-mail by using the SmtpClient class.
|