TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

TextMessage Members

TextMessage overview

Public Instance Constructors

TextMessage Overloaded. Initializes a new instance of the TextMessage class.

Public Instance Properties

CorrelationID (inherited from Message) 
CorrelationIDAsBytes (inherited from Message) 
DeliveryMode (inherited from Message) 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 (inherited from Message) 
Expiration (inherited from Message) 
MessageID (inherited from Message) 
MsgDeliveryMode (inherited from Message) Get and set the message's delivery mode as enum value of type MessageDeliveryMode
MsgType (inherited from Message) 
Priority (inherited from Message) 
Redelivered (inherited from Message) 
ReplyTo (inherited from Message) 
TextGets or sets the text content of the text message.
Timestamp (inherited from Message) 

Public Instance Methods

Acknowledge (inherited from Message) 
ClearBody 
ClearProperties (inherited from Message) 
Clone 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetBooleanProperty (inherited from Message) 
GetByteProperty (inherited from Message) 
GetDoubleProperty (inherited from Message) 
GetFloatProperty (inherited from Message) 
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetIntProperty (inherited from Message) 
GetLongProperty (inherited from Message) 
GetObjectProperty (inherited from Message) 
GetShortProperty (inherited from Message) 
GetStringProperty (inherited from Message) 
GetType (inherited from Object) Gets the Type of the current instance.
PropertyExists (inherited from Message) 
SetBooleanProperty (inherited from Message) 
SetByteProperty (inherited from Message) 
SetDoubleProperty (inherited from Message) 
SetFloatProperty (inherited from Message) 
SetIntProperty (inherited from Message) 
SetLongProperty (inherited from Message) 
SetObjectProperty (inherited from Message) 
SetShortProperty (inherited from Message) 
SetStringProperty (inherited from Message) 
ToString 

See Also

TextMessage Class | TIBCO.EMS Namespace