Creates a QATextMessage object.
Visual Basic
Public Function CreateTextMessage() As QATextMessage
C#
public QATextMessage CreateTextMessage();
A new QATextMessage instance.
A QATextMessage object is used to send a message containing a string message body.
QAException class - Thrown if there is a problem creating the message.