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