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.
Validating multiple addresses at once is only supported in classic .NET Framework, and .NET Standard 2.0 compatible environments (.NET Core 2.0 and newer, UWP for Windows 10 Fall Creators Update and newer). With .NET Core 1.0/1.1 and older UWP, only single addresses can be validated at a time.
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.
|