SpreadWebServcie.ChangePublishStatus Method
更改發布狀態.
參數
參數
|
類型
|
描述
|
loginEmail
|
String
|
Spread賬號的登錄郵箱
|
password
|
String
|
Spread賬號的密碼或者API Key.
|
campaign_Id
|
Integer
|
郵箱活動的ID
|
isPublish
|
Boolean
|
是否發布.
|
返回結果
沒有返回值.
例子
string
loginEmail = "Spread@reasonables.com";
string
loginPassword = "Spread";
string
campaign_Id = "123456";
bool
isPublish = false;
SpreadAPI.SpreadWebService MySpread =
new SpreadAPI.SpreadWebService();
MySpread.ChangePublishStatus(loginEmail, loginPassword, campaign_Id, isPublish);
參見
SpreadWebService
Class | Spread Web Service Namespace