According to this documentation : http://msdn.microsoft.com/en-us/library/microsoft.windowsazure.storageclient.cloudqueue.peekmessage.aspx
Only messages that are visible may be retrieved with PeekMessage.
My question is there a way to Peek a Message that has its visibility set to hidden?