Versions Compared

Key

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

...

Code Block
languagecsharp
linenumberstrue
it.mailupnet.services.MailupSend myService = 
new it new it.mailupnet.services.MailupSend();
string s = myService.Login

... // perform login by means of LoginFromId(user, password, myURL);... // retrieving the defined groups for list 1 string smyConsoleID) method and obtain accessKey value
 
string s = myService.GetNewsletters(accessKey, 1);;... if  //Returns all that have been messages created within list 1
 
...//extract errorCode value from received response; 
 
if (errorCode == 0)
{
  // enter executinghere returnif messagerequest parsingwas tosuccessful
retrieve the // defined newsletters for the desired then received response can be parsed to retrieve the messages that belong to specified list
}