In The Hand LtdIn The Hand
MessagePropertyComparisonType Enumeration
NamespacesInTheHand.WindowsMobile.PocketOutlook.MessageInterceptionMessagePropertyComparisonType
.NET Components for Mobility
Specifies the ways that you can match message property values with filter criteria used for SMS message interception.
Declaration Syntax
C#Visual Basic
public enum MessagePropertyComparisonType
Public Enumeration MessagePropertyComparisonType
Members
MemberDescription
Equal
The property value is an exact match.

NotEqual
The property value does not match.

Contains
Part of the property value contains the filter criteria.

StartsWith
The property value not only contains the filter criteria, it begins with it.

EndsWith
The property value not only contains the filter criteria, it finishes with it.

HasFlag
Determines whether one or more bit fields are set in the current instance.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0