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.

Classes
  ClassDescription
Public classCode exampleEmailAddressValidator
Provides means for bulk verification of e-mail addresses.
Public classVerifiedEventArgs
Contains the event data for Verified event.
Public classVerifyingEventArgs
Contains the event data for Verifying event.
Delegates
  DelegateDescription
Public delegateVerifiedEventHandler
Represents the method that will handle Verified event.
Public delegateVerifyingEventHandler
Represents the method that will handle Verifying event.
Enumerations
  EnumerationDescription
Public enumerationAddressValidationLevel
Defines levels of e-mail address verification.