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

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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