MessageType Enumeration
Identifies the type of a message. A message can be a typical Message Queuing message, a positive (arrival and read) or negative (arrival and read) acknowledgment message, or a report message.
Syntax
'Declaration Public Enum MessageType Inherits System.Enum
'Usage Dim instance As MessageType
public enum MessageType : System.Enum
public enum class MessageType : public System.Enum
Members
Member | Description |
---|---|
Acknowledgment | An acknowledgment message. |
Normal | A normal Message Queuing message. |
Report | A report message. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
System.Messaging.MessageType
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