VerifiedEventArgsTable Property
The data table which was used as a source of e-mail addresses to verify.

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public DataTable Table { get; }

Property Value

Type: DataTable
A 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
See Table for explanations.
See Also