Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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)
Assembly:Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
Members
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. |