Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
To change the privacy level of a queue
The privacy level of the queue specifies how the queue handles private (encrypted) messages.
By default, a queue can accept private or non-private messages.
-
Declare an MSMQQueueInfoobject.
-
Call MSMQQueueInfo.Refreshto retrieve the existing properties of the queue.
-
Set MSMQQueueInfo.PrivLevelto the new privacy level.
-
Call MSMQQueueInfo.Updateto change the privacy level of the queue.