...
Code Block | ||||
---|---|---|---|---|
| ||||
it.mailupnet.services.MailupSend myService = new it.mailupnet.services.MailupSend(); string sstring s1 = myService.LoginFromId(user, password, myConsoleId); string s ...//extract accessKey value string s2 = myService.GetLists(accessKey); ...//extract errorCode value if (errorCode == 0) { // executing return message parsing to retrieve retrieve all the MailUp lists // thethat are definedcurrently listsavailable in the administration console } |