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



In This Topic
    MessageType Enumeration
    In This Topic
    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
    MemberDescription
    AcknowledgmentAn acknowledgment message.
    NormalA normal Message Queuing message.
    ReportA 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