Click or drag to resize

EmailValidatorBaseFromResponse Method

Returns the translated response from the web call.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected abstract EmailValidateResult FromResponse(
	string emailAddress,
	string responseBody
)

Parameters

emailAddress
Type: SystemString
The email address
responseBody
Type: SystemString
The response body.

Return Value

Type: EmailValidateResult
An EmailValidateResult value.
See Also