EmailAddressValidator Methods |
The EmailAddressValidator type exposes the following members.
Name | Description | |
---|---|---|
![]() | Abort |
Forces MailBee to cancel all pending operations and close all opened connections
as soon as possible.
|
![]() ![]() | ArrayToDataTable |
Converts a string array into DataTable containing a single column named "email".
|
![]() ![]() | BeginVerify | Obsolete.
Begins an asynchronous request for verifying a bulk of e-mails addresses.
|
![]() | Dispose |
Closes opened network connections (if any) and releases any used system resources.
|
![]() | Dispose(Boolean) |
When overridden in a derived class, must release unmananged and optionally managed
resources used by the component.
|
![]() | EndVerify |
Ends the pending asynchronous request for verification of e-mail addresses.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDataReceived |
Used by MailBee to raise DataReceived event.
|
![]() | OnDataSent |
Used by MailBee to raise DataSent event.
|
![]() | OnErrorOccurred |
Used by MailBee to raise ErrorOccurred event.
|
![]() | OnLogNewEntry |
Used by MailBee to raise LogNewEntry event.
|
![]() | OnVerified |
Used by MailBee to raise Verified event.
|
![]() | OnVerifying |
Used by MailBee to raise Verifying event.
|
![]() | ResetState |
Resets the internal state of the component.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | Verify(String) |
Validates a single e-mail address for correct syntax and, optionally, checks it for existence.
|
![]() ![]() | Verify(String) |
Validates e-mail addresses in the string array given.
|
![]() ![]() | Verify(DataTable, String) |
Validates e-mail addresses in the data table given.
|
![]() ![]() | Verify(IDataReader, String) |
Validates e-mail addresses supplied by the data reader.
|
![]() | VerifyAsync(String) |
async/await version of Verify(String).
|
![]() | VerifyAsync(String) |
async/await version of Verify(String).
|
![]() | VerifyAsync(DataTable, String) |
async/await version of Verify(DataTable, String).
|
![]() | VerifyAsync(IDataReader, String) |
async/await version of Verify(IDataReader, String).
|