ValidationResult
ValidationResult class
Present the result of the email validating process.
Constructors
| Name | Description |
|---|---|
| ValidationResult (3 overloads) | Create an instance of the ValidationResult class |
Methods
| Name | Description |
|---|---|
| get_LastException | The last error met in the validating process. |
| get_Message | Gets the detail message about the result. |
| get_ReturnCode | Gets or ses the response code of the validating process. |
| set_LastException | The last error met in the validating process. |
| set_ReturnCode | Gets or ses the response code of the validating process. |