The InTheHand.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.
| C# | Visual Basic |
namespace InTheHand.WindowsMobile.PocketOutlook.MessageInterception
Namespace InTheHand.WindowsMobile.PocketOutlook.MessageInterception
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| InterceptionAction |
Specifies how Pocket Outlook notifies the interception application that an intercepted message has arrived.
| |
| 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.
| |
| MessageInterceptorEventHandler |
Represents the method that will handle the MessageReceived event.
| |
| MessageProperty |
Specifies a Message property.
| |
| MessagePropertyComparisonType |
Specifies the ways that you can match message property values with filter criteria used for SMS message interception.
| |
| MessagingCondition |
Defines the comparison value and comparison type used for the filter criteria in message interception.
|