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 » MessageProperties class

 

ORIGINATOR variable

Syntax
const qa_string MessageProperties::ORIGINATOR
Remarks

This property name refers to the message store ID of the originator of the message.

The value of this field is "ias_Originator".

Pass MessagePropertiesORIGINATOR as the first parameter in the QAMessagesetStringProperty method or the QAMessagegetStringProperty method to access the associated message property.

See Also

setStringProperty function

getStringProperty function