Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

C# code for Lists retrieval

Code Block
languagecsharp
linenumberstrue
it.mailupnet.services.MailupSend myService = 
new it new it.mailupnet.services.MailupSend();
string sstring s1 = myService.LoginLoginFromId(user, password, myURLmyConsoleId);
 
... string s//extract accessKey value

string s2 = myService.GetLists(accessKey);
 
... if //extract errorCode value from s2

if (errorCode == 0)
{
  // eseguoexecuting return ilmessage parsing delto messaggioretrieve all dithe ritornoMailUp perlists
ricavare l'elenco // delle liste definite nella that are currently available in the administration console
}