WebLogic Messaging API Class Library

ITextMessage.Text Property

Gets the string containing this message's data. The default value is null.

 Text {get; set;}

Exceptions

Exception Type Condition
MessageException if the JMS provider fails to get the text due to some internal error.
MessageException if the JMS provider fails to set the text due to some internal error.
MessageNotWriteableException if the message is in read-only mode.

See Also

ITextMessage Interface | WebLogic.Messaging Namespace