Share via


MessageInterceptor.EnableApplicationLauncher Method (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 and its file name.

Namespace: Microsoft.WindowsMobile.PocketOutlook.MessageInterception
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public void EnableApplicationLauncher (
    string applicationLaunchId,
    string applicationFileName
)
'Declaration
Public Sub EnableApplicationLauncher ( _
    applicationLaunchId As String, _
    applicationFileName As String _
)

Parameters

  • applicationLaunchId
    The string name that identifies the message interceptor.
  • applicationFileName
    The string name of the application to launch.

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