Limilabs. |
| Class | Description | |
|---|---|---|
| Smtp | SMTP client implementation. It allows sending emails using SMTP server. | |
| SmtpAuthenticationMethod | Represents authentication methods supported by the remote server. You can use SupportedAuthenticationMethods method to obtain the list of all methods supported by the remote server. | |
| SmtpAuthExtension | Represents SMTP AUTH extension. | |
| SmtpConfiguration | Represents Smtp configuration. | |
| SmtpExtension | Represents extensions supported by the remote server. You can use SupportedExtensions method to obtain the list of all extensions supported by the remote server. | |
| SmtpMail | Represents sender, recipients and raw message data in eml format that can be sent via SMTP protocol. | |
| SmtpResponse | Represents SMTP server response. | |
| SmtpResponseException | Represents an SMTP server error response. | |
| SmtpSizeExtension | Represents SMTP SIZE extension. |
| Interface | Description | |
|---|---|---|
| ISendMessageResult | Represents result of the message sending process, returned by SendMessage(IMail), SendMessage(SmtpMail). |
| Enumeration | Description | |
|---|---|---|
| DeliveryNotificationOptions | Describes the delivery notification options (Delivery Status Notifications, DSN) for email. You can use DeliveryNotification to set delivery options. | |
| SendMessageStatus | Represents a status of ISendMessageResult. | |
| SmtpResponseStatus | Represents a status of a SmtpResponse. |