EmailAddressValidator Methods

The EmailAddressValidator type exposes the following members.

Methods
  NameDescription
Public methodAbort
Forces MailBee to cancel all pending operations and close all opened connections as soon as possible.
Public methodCode exampleArrayToDataTable
Converts a string array into DataTable containing a single column named "email".
Public methodCode exampleBeginVerify Obsolete.
Begins an asynchronous request for verifying a bulk of e-mails addresses.
Public methodDispose
Closes opened network connections (if any) and releases any used system resources.
Protected methodDispose(Boolean)
When overridden in a derived class, must release unmananged and optionally managed resources used by the component.
Public methodEndVerify
Ends the pending asynchronous request for verification of e-mail addresses.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDataReceived
Used by MailBee to raise DataReceived event.
Protected methodOnDataSent
Used by MailBee to raise DataSent event.
Protected methodOnErrorOccurred
Used by MailBee to raise ErrorOccurred event.
Protected methodOnLogNewEntry
Used by MailBee to raise LogNewEntry event.
Protected methodOnVerified
Used by MailBee to raise Verified event.
Protected methodOnVerifying
Used by MailBee to raise Verifying event.
Public methodResetState
Resets the internal state of the component.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodCode exampleVerify(String)
Validates a single e-mail address for correct syntax and, optionally, checks it for existence.
Public methodCode exampleVerify(String)
Validates e-mail addresses in the string array given.
Public methodCode exampleVerify(DataTable, String)
Validates e-mail addresses in the data table given.
Public methodCode exampleVerify(IDataReader, String)
Validates e-mail addresses supplied by the data reader.
Public methodVerifyAsync(String)
async/await version of Verify(String).
Public methodVerifyAsync(String)
Public methodVerifyAsync(DataTable, String)
async/await version of Verify(DataTable, String).
Public methodVerifyAsync(IDataReader, String)
async/await version of Verify(IDataReader, String).
Top
See Also