EmailValidateResultresult_code Property |
The result of the validation
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 EmailValidateResultCode result_code { get; set; }
Public Property result_code As EmailValidateResultCode
Get
Set
Property Value
Type:
EmailValidateResultCodeSee Also