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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QAMessage class

 

getAddress function

Syntax
qa_const_string QAMessage::getAddress()
Remarks

Gets the destination address for the QAMessage instance.

When a message is sent, this field is ignored. After completion of the send method, the field holds the destination address specified in putMessage().

For more information about getting and setting message headers and properties, see Introduction to QAnywhere messages.

Returns

The destination address.