VerifyingEventArgsTable Property |
The data table which was used as a source of e-mail addresses to verify.
Namespace: MailBee.AddressCheckAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DataTable Table { get; }
Public ReadOnly Property Table As DataTable
Get
Property Value
Type:
DataTableA reference to the data table passed by the caller as input, or the data table built by MailBee if the input was a string array,
or a null reference (
Nothing in Visual Basic) if the input was
IDataReader.
Remarks When
Table is set,
Row denotes the row with
RowIndex in
Table.
See Also