Class ValidationResult
Contents
[
Hide
]ValidationResult class
Present the result of the email validating process.
public class ValidationResult
Constructors
Name | Description |
---|---|
ValidationResult() | Create an instance of the ValidationResult class |
ValidationResult(ValidationResponseCode) | Create an instance of the ValidationResult class, with the specified ValidationResponseCode |
ValidationResult(ValidationResponseCode, Exception) | Create an instance of the ValidationResult class, with the specified ValidationResponseCode, and the last exception. |
Properties
Name | Description |
---|---|
LastException { get; set; } | The last error met in the validating process. |
Message { get; } | Gets the detail message about the result. |
ReturnCode { get; set; } | Gets or ses the response code of the validating process. |
See Also
- namespace Aspose.Email.Tools.Verifications
- assembly Aspose.Email