qa_bool QAManagerBase::getBooleanStoreProperty(
qa_const_string name,
qa_bool * value
)
name The pre-defined or custom property name.
value The destination for the boolean value.
Gets a boolean value for a pre-defined or custom message store property.
You can use this method to access 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.
True if and only if the operation succeeded.