Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecsharp
linenumberstrue
it.mailupnet.services.MailupSend myService = 
new it new it.mailupnet.services.MailupSend();
string sstring s1 = myService.LoginLoginFromId(user, password, myURLmyConsoleID);
 
... //extract retrievingaccessKey thevalue
defined groups for list 1 string s 
string s2 = myService.GetGroups(accessKey, 1);// retrieving the defined groups for list 1
 
... if  //extract errorCode value
 
if (errorCode == 0)
{
  // Enter executinghere if returncall messagewas parsingsuccessful
to retrieve // the defined groups for Then you can parse received response and extract groups that belong to the desiredspecified list
}