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 C++ API reference » QAMessage class

 

setAddress function

Syntax
void QAMessage::setAddress(
  qa_const_string destination
)
Parameters
  • destination   The destination address.

Remarks

Sets the destination address for this message.

This method can be used to change the value for a message that has been received.

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