VerifyingEventArgsVerifyIt Property
Gets or sets if MailBee should verify the given e-mail address or skip it.

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool VerifyIt { get; set; }

Property Value

Type: Boolean
If 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