VerifiedEventArgs Class |
Namespace: MailBee.AddressCheck
The VerifiedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | DataReader |
The data reader from which MailBee takes e-mail addresses to verify.
|
![]() | DataReaderColumnNames |
Gets the array of all fields' names of the current row of the data reader.
|
![]() | DataReaderRowValues |
Gets the array of all fields' values of the current row of the data reader.
|
![]() |
The e-mail address just checked.
| |
![]() | Reason |
A reference to the exception object which contains the reason why the given e-mail address failed the verification.
|
![]() | Result |
The result of verification of the given e-mail address.
|
![]() | Row |
The data row containing the given e-mail address.
|
![]() | RowIndex |
The index of the data row in the source data table.
|
![]() | State |
Gets a reference to the object which was supplied by the developer in state
parameter of asynchronous methods of the mailer components.
(Inherited from CommonEventArgs.) |
![]() | Table |
The data table which was used as a source of e-mail addresses to verify.
|