Sets a predefined or custom message store property to a string value.
Public Sub SetStringStoreProperty( ByVal propName As String, ByVal val As String )
public void SetStringStoreProperty(string propName, string val)
propName The predefined or custom property name.
val The string property value.
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.