Present the result of the email validating process. More...
Inherits Object.
Public Member Functions | |
| ValidationResponseCode | get_ReturnCode () const |
| Gets or ses the response code of the validating process. More... | |
| void | set_ReturnCode (ValidationResponseCode value) |
| Gets or ses the response code of the validating process. More... | |
| System::String | get_Message () |
| Gets the detail message about the result. More... | |
| System::Exception | get_LastException () const |
| The last error met in the validating process. More... | |
| void | set_LastException (System::Exception value) |
| The last error met in the validating process. More... | |
| ValidationResult () | |
| Create an instance of the ValidationResult class More... | |
| ValidationResult (ValidationResponseCode responseCode) | |
Create an instance of the ValidationResult class, with the specified
ValidationResponseCode More... | |
| ValidationResult (ValidationResponseCode responseCode, System::Exception lastException) | |
Create an instance of the ValidationResult class, with the specified
ValidationResponseCode, and the last exception. More... | |
Present the result of the email validating process.
| Aspose::Email::Tools::Verifications::ValidationResult::ValidationResult | ( | ) |
Create an instance of the ValidationResult class
| Aspose::Email::Tools::Verifications::ValidationResult::ValidationResult | ( | ValidationResponseCode | responseCode | ) |
Create an instance of the ValidationResult class, with the specified
ValidationResponseCode
| responseCode | The response code of the validating process. |
| Aspose::Email::Tools::Verifications::ValidationResult::ValidationResult | ( | ValidationResponseCode | responseCode, |
| System::Exception | lastException | ||
| ) |
Create an instance of the ValidationResult class, with the specified
ValidationResponseCode, and the last exception.
| responseCode | The response code of the validating process. |
| lastException | The last exception met in the validating process. |
| System::Exception Aspose::Email::Tools::Verifications::ValidationResult::get_LastException | ( | ) | const |
The last error met in the validating process.
| System::String Aspose::Email::Tools::Verifications::ValidationResult::get_Message | ( | ) |
Gets the detail message about the result.
| ValidationResponseCode Aspose::Email::Tools::Verifications::ValidationResult::get_ReturnCode | ( | ) | const |
Gets or ses the response code of the validating process.
| void Aspose::Email::Tools::Verifications::ValidationResult::set_LastException | ( | System::Exception | value | ) |
The last error met in the validating process.
| void Aspose::Email::Tools::Verifications::ValidationResult::set_ReturnCode | ( | ValidationResponseCode | value | ) |
Gets or ses the response code of the validating process.