EmailVerifyResult Properties |
The EmailVerifyResult type exposes the following members.
Name | Description | |
---|---|---|
address |
The same email address the user provided in the request.
| |
auto_correct |
The auto correct information, valid only if auto correct feature is not disabled in the email service setting page.
| |
catch_all |
Indicates whether the domain associated with the email address is catch all or not.
It's possible values are "Yes/No/Unknown". Please note that "Unknown" is returned
when we get unable to find it's catch ability.
| |
domain |
The allowed domain for which this query will be entertained. Please keep in mind that you
need to add one or more domains through the XVerify system which you will provide here.
We won’t entertain a query for which this value is unrecognized unless we have test
transactions count under per day limit.
| |
duration |
The total execution time for the request.
| |
error |
If it’s non-zero, that means error occurred. You can lookup message response field to know the exact error.
Please note that negative numbers are reserved for system messages. For example: If we have -1 value,
that means the system is under maintenance and will be available soon.
| |
handle |
The username part of the provided email address.
| |
is_valid |
Gets whether or not the email address is valid.
| |
message |
The actual message in human readable form. In case of error, the same message is prompted to the user.
| |
responsecode |
The specific response code.
| |
status |
Contains either “valid” or “invalid”.
| |
syntax |
Shows whether the provided email address syntax is good or not.
Possible values are 1 and 0. 1 means syntax is good and 0 means syntax is bad.
|