MessageInterceptor Members
3/29/2010
Raises an event when an arriving SMS message satisfies the interception rule condition.
The following tables list the members exposed by the MessageInterceptor type.
Public Constructors
Name | Description | |
---|---|---|
MessageInterceptor | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
ApplicationArguments | Gets any optional parameters to pass to the intercepting application. | |
ApplicationLaunchId | Gets the identifier of the intercepting application. | |
ApplicationToLaunch | Gets the name of the intercepting application. | |
InterceptionAction | Gets or sets the action performed on the intercepted SMS message. | |
MessageCondition | Gets or sets a value indicating the condition an arriving SMS message must satisfy to be intercepted. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
DisableApplicationLauncher | Disables an already enabled application from launching if an arriving SMS message satisfies the interception rule condition. | |
Dispose | Disposes a MessageInterceptor. | |
EnableApplicationLauncher | Overloaded. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IsApplicationLauncherEnabled | Get a value indicating if a message interceptor application launcher with the given identifier has already been enabled. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources, and performs other cleanup operations before garbage collection is performed. | |
Load | Loads the properties for an existing Message Interceptor. | |
MemberwiseClone | (inherited from Object ) | |
RefreshRules | Causes Pocket Outlook to reload all of the registered interception rules. |
Top
Public Events
Name | Description | |
---|---|---|
MessageReceived | Occurs when an arriving SMS message satisfies the interception rule condition. |
Top
See Also
Reference
MessageInterceptor Class
Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace