Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/29/2010
The Microsoft.WindowsMobile.PocketOutlook.MessageInterception namespace provides classes that give you access to a message processing mechanism for automatically intercepting incoming SMS messages with properties that match specific criteria, and then launching applications to process them.
Classes
Class | Description |
---|---|
MessageCondition | A condition statement on a message |
MessageInterceptor | Raises an event when an arriving SMS message satisfies the interception rule condition. |
MessageInterceptorEventArgs | Defines the message data for the MessageReceived event. |
MessagingCondition | Defines the comparison value and comparison type used for the filter criteria in message interception. |
Delegates
Delegate | Description |
---|---|
MessageInterceptorEventHandler | Represents the method that will handle the MessageReceived event. |
Enumerations
Enumeration | Description |
---|---|
InterceptionAction | Specifies how Outlook Mobile notifies the interception application that an intercepted message has arrived. |
MessageProperty | Specifies a Message property. |
MessagePropertyComparisonType | Specifies the ways that you can match message property values with filter criteria used for SMS message interception. |