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