How do I delete a DeadLetter message on an Azure Service Bus Topic
问题 I'm writing a piece of code which will allow us to: View a list of all dead letter messages that exist within an Azure Service Bus Topic (Peek) Fix and send them back to the Topic Delete them from the dead letter queue upon resending. I have no issues with the first 2 points; using the Peek receive mode I can show a list of messages and we can edit and resend with no issues. The problem comes when I want to actually delete the message from the dead letter queue. How do we do this on a message