:: Web Services :: XWebEmailValidation :: :: Documentation (Version 1) ::
|
ValidateEmail SOAP Method
|
|
DESCRIPTION:
|
|
Validates a specific Email address.
|
 |
|
PARAMETER(S):
|
|
strEmail - String. Indicates the Email address to be verified.
|
 |
|
SOAP HEADERS:
|
|
LoginName - String. The "Login Name" you chose during the registration process.
Password - String. Your account's "Password".
NOTE***: SOAP Headers are required for authentication.
|
 |
|
RETURNS:
|
|
Integer, representing the validity of the Email address or any non-system errors. The
possible values are:
|
1
|
- Email address is valid.
|
|
0
|
- Email address is not valid.
|
|
-101
|
- unable to establish communication with the Email server.
|
|
-201
|
- invalid domain / no Email server found for the domain.
|
|
 |
|
ERROR(S):
|
|
If the system encounters an error, the method will return one the following negative integers
instead of the expected result:
|
-10
|
- authentication errors.
|
|
-20
|
- authorization errors.
|
|
-999
|
- system error.
|
|
 |
|
ADDITIONAL SUPPORT RESOURCES:
|
|
|