Retrieving MSMQQueueInfo.CreateTime
A version of this page is also available for
4/8/2010
Message Queuing sets the date and time when the queue was created.
You must call MSMQQueueInfo.Refresh before attempting to retrieve this property.
Note
If your application does not have MQSEC_GET_QUEUE_PROPERTIES access rights for the queue, an MQ_ERROR_ACCESS_DENIED error is returned to MSMQQueueInfo.Refresh.
To retrieve MSMQQueueInfo.CreateTime
Declare the MSMQQueueInfo variable for the queue.
Obtain an MSMQQueueInfo object.
Call MSMQQueueInfo.Refresh to update the local properties of the queue object.
MSMQQueueInfo.CreateTime is a read-only property set when the queue is created.
Use MSMQQueueInfo.CreateTime as needed.
See Also
Concepts
MSMQ COM Support
Using the COM Components
MSMQ Security