| MailBee.AddressCheck Namespace |
MailBee.AddressCheck namespace enables applications to verify bulks of e-mail addresses for syntax (using regular expressions) and existence (with DNX MX lookup queries, test SMTP connections, and send attempts). Supports multi-threading.
| Class | Description | |
|---|---|---|
| EmailAddressValidator |
Provides means for bulk verification of e-mail addresses.
| |
| VerifiedEventArgs |
Contains the event data for Verified event.
| |
| VerifyingEventArgs |
Contains the event data for Verifying event.
|
| Delegate | Description | |
|---|---|---|
| VerifiedEventHandler |
Represents the method that will handle Verified event.
| |
| VerifyingEventHandler |
Represents the method that will handle Verifying event.
|
| Enumeration | Description | |
|---|---|---|
| AddressValidationLevel |
Defines levels of e-mail address verification.
|