System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / MessageLookupAction Enumeration



In This Topic
    MessageLookupAction Enumeration
    In This Topic
    Specifies a message to peek at or receive from a message queue.
    Syntax
    'Declaration
     
    
    Public Enum MessageLookupAction 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MessageLookupAction
    public enum MessageLookupAction : System.Enum 
    public enum class MessageLookupAction : public System.Enum 
    Members
    MemberDescription
    CurrentRead the current message.
    FirstRead the first message in the queue.
    LastRead the last message in the queue.
    NextRead the following message.
    PreviousRead the preceding message.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             System.Messaging.MessageLookupAction

    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