This topic has not yet been rated - Rate this topic

MessagePropertyComparisonType Enumeration

Windows Mobile 6.5
3/29/2010

Specifies the ways that you can match message property values with filter criteria used for SMS message interception.

Namespace: Microsoft.WindowsMobile.PocketOutlook.MessageInterception
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
public enum MessagePropertyComparisonType
Member name Description
Contains Part of the property value contains the filter criteria.
EndsWith The property value not only contains the filter criteria, it finishes with it.
Equal The property value is an exact match.
NotEqual The property value does not match.
StartsWith The property value not only contains the filter criteria, it begins with it.
Did you find this helpful?
(1500 characters remaining)