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
)
Protected MustOverride Function FromResponse (
emailAddress As String,
responseBody As String
) As EmailValidateResult
Parameters
- emailAddress
- Type: SystemString
The email address - responseBody
- Type: SystemString
The response body.
Return Value
Type:
EmailValidateResultAn EmailValidateResult value.
See Also