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 Java API reference » ianywhere.qanywhere.client package » Interface QAMessage

 

getInReplyToID method

Syntax
String ianywhere.qanywhere.client.QAMessage.getInReplyToID()
throws QAException
Throws
  • Thrown if there is a problem getting the message ID of the message to which this message is a reply.
Remarks

Returns the message ID of the message to which this message is a reply.

Returns

The message ID of the message to which this message is a reply, or null if this message is not a reply.