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 s = myService.LoginLoginFromId(user, password, myURLmyConsoleId);... string s
string s = myService.GetLists(accessKey);... if 
if (errorCode == 0)
{
// executing return message parsing to retrieveretrieve 
// the defined lists in the administration console
}