VerifiedEventArgsReason Property |
A reference to the exception object which contains the reason why the given e-mail address failed the verification.
Namespace: MailBee.AddressCheckAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public MailBeeException Reason { get; }
Public ReadOnly Property Reason As MailBeeException
Get
Property Value
Type:
MailBeeExceptionA 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