The SmtpResponse type exposes the following members.
Properties
Name | Description | |
---|---|---|
Class |
Gets the class of enhanced SMTP status code, or -1 if not supported.
| |
Code |
Gets the SMTP response code.
| |
Description |
Gets the description of the SMTP response.
| |
Detail |
Gets the detail code of enhanced SMTP status code, or -1 if not supported.
| |
Group |
Gets the group of the SMTP response code.
| |
Raw |
Gets the full unparsed response of the SMTP server.
| |
Subject |
Gets the subject code of enhanced SMTP status code, or -1 if not supported.
| |
Success |
Returns true when last command was completed successfully.
|