MsmqIntegrationMessageProperty Properties
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.ServiceModel.MsmqIntegr ...
MsmqIntegrationMessageProperty ...
MsmqIntegrationMessagePrope ...
AcknowledgeType Property
Acknowledgment Property
AdministrationQueue Property
AppSpecific Property
ArrivedTime Property
Authenticated Property
Body Property
BodyType Property
CorrelationId Property
DestinationQueue Property
Extension Property
Id Property
Label Property
MessageType Property
Priority Property
ResponseQueue Property
SenderId Property
SentTime Property
TimeToReachQueue Property
MsmqIntegrationMessagePrope ...
MsmqIntegrationMessageProperty ...
MsmqIntegrationMessageProperty ...
MsmqIntegrationMessageProperty ...
MsmqIntegrationMessageProperty ...
MsmqIntegrationMessageProperty ...
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
MsmqIntegrationMessageProperty Properties
The
MsmqIntegrationMessageProperty
type exposes the following members.
Properties
Name
Description
AcknowledgeType
Gets or sets the acknowledgment type to return to the sending application.
Acknowledgment
Gets the acknowledgment message that Message Queuing (MSMQ) generates.
AdministrationQueue
Gets or sets the queue that receives the acknowledgment messages that Message Queuing (MSMQ) generates.
AppSpecific
Specifies additional application-specific information.
ArrivedTime
Gets or sets the time that the message arrived in the destination queue.
Authenticated
Gets or sets whether the message was authenticated.
Body
Gets or sets the content of the message.
BodyType
Gets or sets the type of data that the message body contains.
CorrelationId
Gets or sets the message identifier used by acknowledgment, report, and response messages to reference the original message.
DestinationQueue
Gets or sets the intended destination queue for the message.
Extension
Gets or sets additional, application-defined information associated with the message.
Id
Gets the message's identifier.
Label
Gets or sets an application-defined Unicode string that describes the message.
MessageType
Gets the message type:
Normal
,
Acknowledgment
, or
Report
.
Priority
Gets or sets the message priority, which determines where in the queue the message is placed.
ResponseQueue
Gets or sets the queue that receives application-generated response messages.
SenderId
Gets the identifier of the sending user.
SentTime
Gets the date and time on the sending computer that the message was sent by the source queue manager.
TimeToReachQueue
Gets or sets the maximum amount of time for the message to reach the queue.
Top
See Also
Reference
MsmqIntegrationMessageProperty Class
System.ServiceModel.MsmqIntegration Namespace
Tags :