setInReplyToID function

Syntax
void QAMessage::setInReplyToID(
  qa_const_string id
)
Parameters
  • id   The In-Reply-To ID.

Remarks

Sets the In-Reply-To ID for the message.

A client can use the InReplyToID header field to link one message with another. A typical use is to link a response message with its request message.

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