SpreadWebServcie.EmailExists Method
下面的例子展示了如何去验证该邮件地址是否在Spread中被注册.
参数
参数
|
类型
|
描述
|
loginEmail
|
String
|
Spread账号的邮箱.
|
APIKey
|
String
|
Spread账号的密码或者API Key.
|
accountEmail
|
String
|
被验证的邮箱地址
|
返回结果
True
如果存在,否则false.
例子
string loginEmail =
"Spread@reasonables.com";
string APIKey =
"Spread";
string accountEmail ="testAccount";
SpreadAPI.SpreadWebService
MySpread = new SpreadAPI.SpreadWebService();
bool
result = MySpread.EmailExists (loginEmail, APIKey,accountEmail );
参见
SpreadWebService
Class | Spread Web Service Namespace