PropertyExists method

Checks if a value exists for a given property.

Syntax
Visual Basic
Public Sub PropertyExists( _
   ByVal propName As String _
) As Boolean
C#
public bool PropertyExists(
   string  propName
);
Parameters
  • propName   The pre-defined or custom property name.

Return value

True, if the message store has a value mapped to the property; otherwise, false.

Exceptions
See also