[TIBCO.EMS .NET client library 5.1 documentation]

The BytesMessage type exposes the following members.

Properties

  NameDescription
BodyLength
Gets the number of bytes of the message body when the message is in read-only mode. The value returned can be used to allocate a byte array. The value returned is the entire length of the message body, regardless of where the pointer for reading the message is currently located
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.)
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.)
Timestamp
Gets and Sets the timestamp for the message.
(Inherited from Message.)

See Also