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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere C++ API Reference » QAMessage class

setInReplyToID function Next Page

setIntProperty function


Synopsis

void QAMessage::setIntProperty(
qa_const_string name,
qa_int value
)

Parameters
Remarks

Sets the qa_int property with the specified name to the specified value.

For more information about getting and setting message headers and properties, see Message headers and message properties.

See Also

MessageProperties class.