Gets a System.Object representing a message store property.
Public Function GetStoreProperty(ByVal propName As String) As Object
public Object GetStoreProperty(string propName)
propName The pre-defined or custom property name.
The property value.
QAException class Thrown if there is a problem retrieving the 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.
For more information, see Client message store properties.