WebSphere WebSphere Business Integration Message Service Clients for C/C++ Version 1.2.7 and .NET Version 1.2.6 Operating Systems: AIX, Linux, Solaris, Windows

ITextMessage

A text message is a message whose body comprises a string.

Inheritance hierarchy:
IBM.XMS.IPropertyContext
   |
   +----IBM.XMS.IMessage
           |
           +----IBM.XMS.ITextMessage
Related reference
Text messages

.NET properties

Summary of .NET properties:
.NET property Description
Text Get and set the string that forms the body of the text message.

Text – Get and Set Text

Interface:
String Text
{
  get;
  set;
}

Get and set the string that forms the body of the text message.

If required, XMS converts the characters in the string into the local code page.

Exceptions:
  • XMSException
  • MessageNotReadableException
  • MessageNotWritableException
  • MessageEOFException

Inherited properties and methods


Reference topic

Terms of Use | Rate this page

Last updated: 18 Jun 2008

© Copyright IBM Corporation 2005, 2008. All Rights Reserved.