[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]

The TextMessage 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.)
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.)
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.)
Text
Gets or sets the text content of the text message.
Timestamp
Gets and Sets the timestamp for the message.
(Inherited from Message.)

See Also