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

C# code for Groups retrieval

it.mailupnet.services.MailupSend myService = 
new it.mailupnet.services.MailupSend();
string s = myService.Login(user, password, myURL);... // retrieving the defined groups for list 1 string s = myService.GetGroups(accessKey, 1);... if (errorCode == 0)
{
// executing return message parsing to retrieve // the defined groups for the desired list
} 
  • No labels