Gets a short value for a predefined or custom message store property.
public virtual qa_bool getShortStoreProperty( qa_const_string name, qa_short * value )
name The predefined or custom property name.
value The destination for the short 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.