GetStoreProperty method

Gets a System.Object representing a message store property.

Syntax
Visual Basic
Public Function GetStoreProperty( _
   ByVal propName As String _
) As Object
C#
public object GetStoreProperty(
   string  propName
);
Parameters
  • propName   The pre-defined or custom property name.

Return value

The property value.

Remarks

You can use this method to access 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.

Exceptions
See also