SmtpCapability Enum
An enumeration of SMTP server capabilities.
Fields
| Authenticate | The server supports SASL authentication mechanisms. |
| DeliveryStatusNotification | The server supports delivery status notification. |
| EightBitMime | The server supports 8bit MIME encoding. |
| Help | The server supports HELP command. |
| Pipelining | The server is capable of accepting multiple commands at a time. |
| Size | The maximum message size is limited by the server. |
| SmtpUtf8 | The server supports UTF-8 encoding in mail addresses and headers. |
| StartTls | The server supports STARTTLS command. |