VerifiedEventArgsDataReader Property
The data reader from which MailBee takes e-mail addresses to verify.

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

Property Value

Type: IDataReader
A reference to the data reader if it was passed as an input, or a null reference (Nothing in Visual Basic) if the input was DataTable or a string array.
Remarks
See DataReader for explanations.
See Also