SpreadWebServcie.EmailExists Method
The following examples demonstrate
how to Validate Email exists.
Parameters
Parameter
|
Type
|
Description
|
loginEmail
|
String
|
The login email of your Spread account.
|
APIKey
|
String
|
The password of your Spread account or API Key which you can retrieve from your Spread account (My account=> Settings).
|
accountEmail
|
String
|
The email is validated.
|
Return Value
True
if exist. Otherwise, false.
Example
string loginEmail =
"Spread@reasonables.com";
string APIKey =
"Spread";
string accountEmail ="testAccount";
SpreadAPI.SpreadWebService
MySpread = new SpreadAPI.SpreadWebService();
bool
result = MySpread.EmailExists (loginEmail, APIKey,accountEmail );
See Also
SpreadWebService
Class | Spread Web Service Namespace