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
Syntax
public ValidationResult(
	ValidationResponseCode responseCode
)

Parameters

responseCode
Type: Aspose.Email.Tools.VerificationsValidationResponseCode
The response code of the validating process.
See Also