Click or drag to resize

EmailVerifyResult Properties

The EmailVerifyResult type exposes the following members.

Properties
  NameDescription
Public propertyaddress
The same email address the user provided in the request.
Public propertyauto_correct
The auto correct information, valid only if auto correct feature is not disabled in the email service setting page.
Public propertycatch_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.
Public propertydomain
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.
Public propertyduration
The total execution time for the request.
Public propertyerror
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.
Public propertyhandle
The username part of the provided email address.
Public propertyis_valid
Gets whether or not the email address is valid.
Public propertymessage
The actual message in human readable form. In case of error, the same message is prompted to the user.
Public propertyresponsecode
The specific response code.
Public propertystatus
Contains either “valid” or “invalid”.
Public propertysyntax
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.
Top
See Also