ITextMessage
A text message is a message whose body comprises a string.
- Inheritance hierarchy:
-
IBM.XMS.IPropertyContext | +----IBM.XMS.IMessage | +----IBM.XMS.ITextMessage
Parent topic: .NET interfaces
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.
The following methods are inherited from the IMessage interface:
The following methods are inherited from the IPropertyContext interface:
.NET properties
.NET property
Description
Text
Get and set the string
that forms the body of the text message.
Text - Get and Set Text
String Text
{
get;
set;
}
Inherited properties and methods
The following properties are inherited from the IMessage interface: