setLongStoreProperty function

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

  • value   The qa_long value of the property.

Remarks

Sets a pre-defined or custom message store property to a long 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.