VerifyingEventArgsVerifyIt Property |
Gets or sets if MailBee should verify the given e-mail address or skip it.
Namespace: MailBee.AddressCheckAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool VerifyIt { get; set; }
Public Property VerifyIt As Boolean
Get
Set
Property Value
Type:
BooleanIf
true, the given e-mail address will be verified; if
false, it will be skipped. The default value is
true.
Remarks This property lets you implement whitelists and blacklists. If you encounter certain address which does not need validation
(it self or its domain is known to be good, or bad in case of blacklist), you can tell MailBee to skip it. You can implement any logic here.
See Also