Click or drag to resize

EmailValidateBehavior Enumeration

Attributes that control the behavior of validate

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum EmailValidateBehavior
Members
  Member nameValueDescription
AddNonDeliverableToNoSend1 If set, adds all bad email statuses (except Deliverable, Unknown, Error, optionally CatchAll) to the nosend list.
TreatCatchAllAsDeliverable2 If set, treat the CatchAll as a deliverable address.
TreatRoleAsDeliverable4 If set, treat Role as a deliverable address.
See Also