Gets a byte value for a predefined or custom message store property.
public virtual qa_bool getByteStoreProperty( qa_const_string name, qa_byte * value )
name The predefined or custom property name.
value The destination for the byte value.
True if and only if the operation succeeded.
You can use this method to access predefined or user-defined client store properties.
For a list of predefined properties, see MessageStoreProperties.
For more information, see Client message store properties.