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