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