MessageText Property
This is the plain text of the current message.
Syntax
property MessageText: String;
Default Value
''
Remarks
MessageText is the plain text version of the current message, taken from the message's "body" child element. The text in this property is automatically escaped to ensure valid XML parsing on the other end.
This property is not available at design time.
Data Type
String