[TIBCO.EMS .NET client library 8.1 documentation]

The ObjectMessage type exposes the following members.

Properties

  NameDescription
CorrelationID
Gets and Sets the correlation ID for the message.
(Inherited from Message.)
CorrelationIDAsBytes
Gets and Sets the correlation ID as an array of bytes for the message.
(Inherited from 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.
(Inherited from Message.)
DeliveryTime
Gets the message's delivery time value.
(Inherited from Message.)
Destination
Gets and Sets the Destination object for this message.
(Inherited from Message.)
Expiration
Gets and Sets the message's expiration value.
(Inherited from Message.)
IsCompressed Obsolete.
THIS IS FOR INTERNAL USE ONLY
(Inherited from Message.)
MessageID
Gets and Sets the message ID for the message.
(Inherited from Message.)
MsgDeliveryMode
Get and set the message's delivery mode as enum value of type MessageDeliveryMode
(Inherited from Message.)
MsgType
Gets and Sets the message's type value.
(Inherited from Message.)
Priority
Gets and Sets the message's priority value.
(Inherited from Message.)
PropertyNames
Returns an Enumeration of all the property names.
(Inherited from Message.)
Redelivered
Gets and Sets the message's redelivered value.
(Inherited from Message.)
ReplyTo
Gets and Sets the message's replyto value.
(Inherited from Message.)
TheObject
Gets or sets the object content of the ObjectMessage.
Timestamp
Gets and Sets the timestamp for the message.
(Inherited from Message.)

See Also