ComponentSpace Email Checker Class Library Reference

EmailCheck Enumeration

The type of email address check to perform.

[Visual Basic]
Public Enum EmailCheck
[C#]
public enum EmailCheck

Members

Member Name Description
Syntax Check the syntax only.
Domain Check the syntax and ensure the domain name is valid.
User Check the syntax, the domain name and validate the email address against the mail server.

Requirements

Namespace: ComponentSpace.EmailChecker

Assembly: ComponentSpace.EmailChecker (in ComponentSpace.EmailChecker.dll)

See Also

ComponentSpace.EmailChecker Namespace