Click or drag to resize

IEmailValidateValidate Method

Validates the email

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
EmailValidateResult Validate(
	string emailAddress
)

Parameters

emailAddress
Type: SystemString
The email address.

Return Value

Type: EmailValidateResult
The validation result.
See Also