Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

C_ code for Lists retrieval

it.mailupnet.services.MailupSend myService = 
new it.mailupnet.services.MailupSend();
string s = myService.Login(user, password, myURL);... string s = myService.GetLists(accessKey);... if (errorCode == 0)
{
// eseguo il parsing del messaggio di ritorno per ricavare l'elenco // delle liste definite nella console
}
  • No labels