Click or drag to resize

EmailVerifyResulterror Property

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.

Namespace:  NetQuarry.Services.XVerify
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int error { get; set; }

Property Value

Type: Int32
See Also