MsmqIntegrationMessageProperty Class
Represents the Message Queuing (MSMQ) integration properties for a message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The MsmqIntegrationMessageProperty class exposes all of the Message Queuing message properties that you can set when you send a message or read a message that has been received using the integration channel.
The MsmqMessage(Of T) class also enables you to set Message Queuing message properties, and is the recommended way to set Message Queuing message properties.
When you use the channels and messages infrastructure to create a message and send it over an integration channel, you can use the MsmqIntegrationMessageProperty class as a property of the message so that the integration channel can retrieve the message properties and format the message as a Message Queuing message and send it on the wire.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.