The ComponentSpace.EmailChecker namespace contains classes that support email address validation.
| 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. |
| Delegate | Description |
|---|---|
| CheckCompletedEventHandler | Represents the method that will handle the CheckCompleted event. |
| Enumeration | Description |
|---|---|
| EmailCheck | The type of email address check to perform. |
| EmailCheckResult | The result of the email address check. |