EmailVerifyResult Class |
Namespace: NetQuarry.Services.XVerify
The EmailVerifyResult type exposes the following members.
Name | Description | |
---|---|---|
EmailVerifyResult | Initializes a new instance of the EmailVerifyResult class |
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.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |