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

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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