Exemplo n.º 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);
 }
Exemplo n.º 2
0
 public ApplicationService.AppRestResponse deletemailinglist(string maillistid, string userid, string parentid)
 {
     ApplicationService.AppRestResponse status = appclient.RemoveMailingList(maillistid, userid, parentid);
     return(status);
 }
Exemplo n.º 3
0
 public void CreateMailinglist(string listname, string companyid, string usertoken)
 {
     ApplicationService.AppRestResponse Objresponse = appclient.CreateMailingList(listname, companyid, usertoken);
 }