'DeclarationPublic Enum MessageLookupAction Inherits System.Enum
'UsageDim instance As MessageLookupAction
public enum MessageLookupAction : System.Enum
public enum class MessageLookupAction : public System.Enum
'DeclarationPublic Enum MessageLookupAction Inherits System.Enum
'UsageDim instance As MessageLookupAction
public enum MessageLookupAction : System.Enum
public enum class MessageLookupAction : public System.Enum
| Member | Description |
|---|---|
| Current | Read the current message. |
| First | Read the first message in the queue. |
| Last | Read the last message in the queue. |
| Next | Read the following message. |
| Previous | Read the preceding message. |
System.Object
System.ValueType
System.Enum
System.Messaging.MessageLookupAction
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