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.

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.