ValidationResult

ValidationResult class

Present the result of the email validating process.

The ValidationResult type exposes the following members:

Constructors

NameDescription
ValidationResult()Create an instance of the ValidationResult class
ValidationResult(response_code)Initializes a new instance of the ValidationResult class

Properties

NameDescription
return_codeGets or ses the response code of the validating process.
messageGets the detail message about the result.

See Also