EmailValidatorEndValidate Method

Ends an asynchronous validating process for an email address.

Namespace:  Aspose.Email.Tools.Verifications
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void EndValidate(
	out ValidationResult validationResult,
	IAsyncResult asyncResult
)

Parameters

validationResult
Type: Aspose.Email.Tools.VerificationsValidationResult
The result of the validating process.
asyncResult
Type: SystemIAsyncResult
An IAsyncResult that stores state information and any user defined data for this asynchronous operation.
See Also