Click or drag to resize

EmailVerifyResult Class

The result object from an email verification via VerifyEmail(String).
Inheritance Hierarchy
SystemObject
  NetQuarry.Services.XVerifyEmailVerifyResult

Namespace:  NetQuarry.Services.XVerify
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class EmailVerifyResult

The EmailVerifyResult type exposes the following members.

Constructors
  NameDescription
Public methodEmailVerifyResult
Initializes a new instance of the EmailVerifyResult class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
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.)
Top
See Also