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)
Syntax
public enum MessagePropertyComparisonType
'Declaration
Public Enumeration MessagePropertyComparisonType
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. |
See Also
Reference
Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace