ComponentSpace Email Checker Class Library Reference

ComponentSpace.EmailChecker Namespace

The ComponentSpace.EmailChecker namespace contains classes that support email address validation.

Namespace hierarchy

Classes

Class Description
CheckCompletedEventArgs Provides data for the CheckCompleted event.
EmailAddressChecker Validate email addresses.
EmailCheckerException The exception that is thrown when an email check operation fails.
Mailbox Parse an email address into its constituent parts and verify its syntax as described by RFC-2822.
MailServer Validate email addresses against an SMTP mail server.

Delegates

Delegate Description
CheckCompletedEventHandler Represents the method that will handle the CheckCompleted event.

Enumerations

Enumeration Description
EmailCheck The type of email address check to perform.
EmailCheckResult The result of the email address check.