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