setShortStoreProperty function

Syntax
qa_bool QAManagerBase::setShortStoreProperty(
  qa_const_string name,
  qa_short value
)
Parameters
  • name   The pre-defined or custom property name.

  • value   The qa_short value of the property.

Remarks

Sets a pre-defined or custom message store property to a short value.

You can use this method to set pre-defined or user-defined client store properties.

For a list of pre-defined properties, see MessageStoreProperties class.

For more information, see Client message store properties.

Returns

True if and only if the operation succeeded.