Sets a predefined or custom message store property to a string value.
public virtual qa_bool setStringStoreProperty( qa_const_string name, qa_const_string value )
name The predefined or custom property name.
value The qa_string value of the property.
True if and only if the operation succeeded.
You can use this method to set predefined or user-defined client store properties.
For a list of predefined properties, see MessageStoreProperties.
For more information, see Client message store properties.