IsWorldReadable
MSMQQueueInfo

Read-only. The IsWorldReadable property indicates whether everyone can read the messages in the queue.

Type: BOOLEAN
Run time: read-only

Syntax

object.IsWorldReadable
 
Syntax Element Description
object Queue information (MSMQQueueInfo) object that defines the queue.

Return Values

TRUE
Everyone can read messages in the queue and its queue journal.
FALSE
Default. Only the owner of the queue can read the messages in the queue.

Remarks

MSMQ initially sets this property based on the Create method's optional IsWorldReadable parameter. After the queue is created, MSMQ resets IsWorldReadable whenever the queue's security is changed to allow or disallow read access to everyone.

This property has no effect on sending messages to the queue.

For information on access control, see Access Control.

QuickInfo

  Windows NT: Requires version 4.0 SP3 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mqoai.h.
  Import Library: Use mqoa.lib.
  Unicode: Defined only as Unicode.