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
Public Enumeration EmailValidateResultCode
Members
| Member name | Value | Description |
---|
| NotAnEmail | 1 | Not an email |
| SpamTrap | 2 | Spam-trap by ESPs |
| Disposable | 3 | A temporary, disposable address |
| CatchAll | 4 | A domain-wide address. |
| Deliverable | 5 | Verified as a real email address (deliverable). |
| Invalid | 6 | Verified as an INVALID address. |
| Unknown | 7 | Can't find the server. |
| Role | 8 | Role accounts, (sales, support, ...) |
| Error | 9 | There was an error processing the api call. |
See Also