Setting MSMQQueueInfo.Label (Windows CE 5.0)
The label of a queue provides a description of the queue.
To change the label of a queue
- Declare an MSMQQueueInfo object.
- Call MSMQQueueInfo.Refresh to retrieve the existing properties of the queue.
- Set MSMQQueueInfo.Label to the new label.
- Call MSMQQueueInfo.Update to change the label of the queue.
See Also
MSMQ Application Development | MSMQ COM Support | Using the COM Components | MSMQ Security
Send Feedback on this topic to the authors