VerifiedEventArgsReason Property
A reference to the exception object which contains the reason why the given e-mail address failed the verification.

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

Property Value

Type: MailBeeException
A reference to the exception object representing the reason of the e-mail address failure; or a null reference (Nothing in Visual Basic) if the e-mail address successfully passed the verification.
See Also