Пример #1
0
 public void Addlistmember(string listid, string address, string name, string description, string usertoken)
 {
     ApplicationService.AppRestResponse Objresponse = appclient.AddListMember(listid, address, name, description, usertoken);
 }
Пример #2
0
 public ApplicationService.AppRestResponse deletemailinglist(string maillistid, string userid, string parentid)
 {
     ApplicationService.AppRestResponse status = appclient.RemoveMailingList(maillistid, userid, parentid);
     return(status);
 }
Пример #3
0
 public void CreateMailinglist(string listname, string companyid, string usertoken)
 {
     ApplicationService.AppRestResponse Objresponse = appclient.CreateMailingList(listname, companyid, usertoken);
 }