SpreadWebServcie.GetSubscriptions2String Method
获取特殊状态的联系人列表名称.
參數
返回結果
String:"contact list 20120203,contact list 20120204,contact list 20120205"
例子
string
loginEmail = "Spread@reasonables.com";
string
loginPassword = "Spread";
SpreadAPI.SpreadWebService MySpread =
new SpreadAPI.SpreadWebService();
string
result = MySpread.getSubscriptions2String(loginEmail, loginPassword, SpreadAPI.SubscriptionStatus.Active);
參見
SpreadWebService
Class | Spread Web Service Namespace
SubscriptionStatus Enumeration