[TIBCO.EMS .NET client library 6.3 documentation]

The Message type exposes the following members.

Properties

  NameDescription
CorrelationID
Gets and Sets the correlation ID for the message.
CorrelationIDAsBytes
Gets and Sets the correlation ID as an array of bytes for the message.
DeliveryMode
Get and set the message's delivery mode as an integer constant as defined in the DeliveryMode class. Users are recommended to use the MessageDeliveryMode enum instead.
Destination
Gets and Sets the Destination object for this message.
Expiration
Gets and Sets the message's expiration value.
IsCompressed Obsolete.
THIS IS FOR INTERNAL USE ONLY
MessageID
Gets and Sets the message ID for the message.
MsgDeliveryMode
Get and set the message's delivery mode as enum value of type MessageDeliveryMode
MsgType
Gets and Sets the message's type value.
Priority
Gets and Sets the message's priority value.
PropertyNames
Returns an Enumeration of all the property names.
Redelivered
Gets and Sets the message's redelivered value.
ReplyTo
Gets and Sets the message's replyto value.
Timestamp
Gets and Sets the timestamp for the message.

See Also