Click or drag to resize

EmailValidateResultCode Enumeration

TEXT CODE DESCRIPTION SAFE TO SEND? Syntax 1 Not an email. No Spam Trap 2 Spam-trap by ESPs. No Disposable 3 A temporary, disposable address. No Accept-All 4 A domain-wide setting. Maybe, Not recommended unless on private server Deliverable 5 Verified as real address. Yes Invalid 6 Verified as invalid (Bounce). No Unknown 7 The server cannot be reached. No Role 8 Role accounts such as info, support... Maybe, Not recommended

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum EmailValidateResultCode
Members
  Member nameValueDescription
NotAnEmail1Not an email
SpamTrap2Spam-trap by ESPs
Disposable3A temporary, disposable address
CatchAll4A domain-wide address.
Deliverable5Verified as a real email address (deliverable).
Invalid6Verified as an INVALID address.
Unknown7Can't find the server.
Role8Role accounts, (sales, support, ...)
Error9There was an error processing the api call.
See Also