VerifiedEventArgsRow Property
The data row containing the given e-mail address.

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DataRow Row { get; }

Property Value

Type: DataRow
A reference to the data row which contains the cell with the given e-mail address. Set when Table is set.
Remarks
See Row for explanations.
See Also