MessageInterceptor.EnableApplicationLauncher Method (String, String, String)
3/29/2010
Enables the application specified in applicationFileName to be launched when a MessageReceived event is raised, using the string equivalent of the application identifier, its file name, and any agruments it might need.
Namespace: Microsoft.WindowsMobile.PocketOutlook.MessageInterception
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public void EnableApplicationLauncher (
string applicationLaunchId,
string applicationFileName,
string arguments
)
'Declaration
Public Sub EnableApplicationLauncher ( _
applicationLaunchId As String, _
applicationFileName As String, _
arguments As String _
)
Parameters
- applicationLaunchId
The string name that identifies the message interceptor.
- applicationFileName
The string name of the application to launch.
- arguments
The string arguments to pass to the application being launched.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
MessageInterceptor Class
MessageInterceptor Members
Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace