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 5 Next »

C# code for Lists retrieval

it.mailupnet.services.MailupSend myService = new it.mailupnet.services.MailupSend();
string s = myService.LoginFromId(user, password, myConsoleId);
string s = myService.GetLists(accessKey);
if (errorCode == 0)
{
// executing return message parsing to retrieve 
// the defined lists in the administration console
}
  • No labels