Versions Compared

Key

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

...

Method parameters

Removes a message from the sending queue

  • string RemoveNewsletterQueue(string accessKey, int listID, int newsletterID, int deliveryID, int scheduleID, bool deleteQueue)
  • accessKey:

...

  •  access key obtained using the Login method
  • listID: list identifier. Lists and corresponding IDs can be obtained calling the GetLists Method
  • newsletterID: ID of the message to be removed
  • deliveryID: ID of the delivery
  • scheduleID: ID of the schedule
  • deleteQueue: boolean value to indicate whether to delete the queue or not. If false, the message will be removed from the "messages in the sending queue"" or "scheduled messages", and moved to the "message waiting to be sent"

Sample RemoveNewsletterQueue response

Code Block
languagehtml/xml
linenumberstrue
<RemoveNewsletterQueueResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription> 
</RemoveNewsletterQueueResult>