I am trying to develop MSMQ application for receiving the message from client applications. I am able to create create message queue and able send/receive messages. Now i want to delete the messages once it is read. I didn't see any methods available with MessageQueue Class.Can anyone help me on this?