VerifiedEventArgsResult Property |
The result of verification of the given e-mail address.
Namespace: MailBee.AddressCheckAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public AddressValidationLevel Result { get; }
Public ReadOnly Property Result As AddressValidationLevel
Get
Property Value
Type:
AddressValidationLevelOK if the e-mail address successfully passed the requested verification procedures; otherwise,
the level at which the verification failed.
See Also