| MessageProperties Methods |
The MessageProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| SetCorrelationId |
Equivalent to calling SetCorrelationIds(ListCorrelationID) with a list
of one CorrelationID.
| |
| SetCorrelationIds |
Sets the CorrelationID property.
| |
| SetRecapType |
Sets the MessageRecap and
MessageFragment properties.
| |
| SetRequestId |
Sets the request ID to be used for Message objects
generated with this MessageProperties object.
| |
| SetService |
Sets the Service property.
| |
| SetTimeReceived |
Sets the time received property. The default timestamp is "unset",
so attempting to retrieve the timestamp of a message with default
properties will throw an exception.
|