ValidationResult Constructor (ValidationResponseCode) |
Create an instance of the ValidationResult class, with the specified
Namespace:
Aspose.Email.Tools.Verifications
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic ValidationResult(
ValidationResponseCode responseCode
)
Public Sub New (
responseCode As ValidationResponseCode
)
public:
ValidationResult(
ValidationResponseCode responseCode
)
new :
responseCode : ValidationResponseCode -> ValidationResult
Parameters
- responseCode
- Type: Aspose.Email.Tools.VerificationsValidationResponseCode
The response code of the validating process.
See Also