VerifyingEventArgs Properties |
The VerifyingEventArgs type exposes the following members.
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 to be checked.
| |
![]() | 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.
|
![]() | VerifyIt |
Gets or sets if MailBee should verify the given e-mail address or skip it.
|