MessageQueueEnumerator Class
Provides a forward-only cursor to enumerate through messages in a message queue.
Object Model

Syntax
'Declaration Public Class MessageQueueEnumerator Inherits System.MarshalByRefObject
'Usage Dim instance As MessageQueueEnumerator
public class MessageQueueEnumerator : System.MarshalByRefObject
public ref class MessageQueueEnumerator : public System.MarshalByRefObject
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.Messaging.MessageQueueEnumerator
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also