Sets a predefined or custom message store property to an int value.
public virtual qa_bool setIntStoreProperty( qa_const_string name, qa_int value )
name The predefined or custom property name.
value The qa_int 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.