Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » QAManagerBase interface

 

CreateTextMessage method

Creates a QATextMessage object.

Syntax
Visual Basic
Public Function CreateTextMessage() As QATextMessage
C#
public QATextMessage CreateTextMessage();
Return value

A new QATextMessage instance.

Remarks

A QATextMessage object is used to send a message containing a string message body.

Exceptions
See also