Sets a pre-defined or custom message store property to a short value.
Visual Basic
Public Sub SetShortStoreProperty( _
ByVal propName As String, _
ByVal val As Short _
)
C#
public void SetShortStoreProperty(
string propName,
short val
);
propName The pre-defined or custom property name.
val The short property value.
You can use this method to set pre-defined or user-defined client store properties.
For a list of pre-defined properties, see MessageStoreProperties class.
For more information, see Client message store properties.