The main namespace for all of Smtp.NET functionality. This namespace must be included in your code in order to utilize the main class SmtpServer.
| Class | Description |
|---|---|
| CoreServer | Summary description for CoreServer. |
| SmtpServer | The main class for SmtpDotNet. |
| Enumeration | Description |
|---|---|
| AddressTypes | The three address types, TO, CC, BCC. |
| BodyFormatTypes | The two message body format types: PLAIN, HTML |
| CharsetTypes | The two different supported character sets for message body and alternate body. |
| ContentTypes | Supported MIME part content types |
| EncodingTypes | Supported MIME Encoding types |
| MessagePriorityTypes | The three message priority types |
| ReturnCodes | Return codes from the object |