MessageInterceptor Constructor (String)

3/29/2010

Initializes an instance of the MessageInterceptor class, using the specified applicationLaunchId.

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

Syntax

public MessageInterceptor (
    string applicationLaunchId
)
'Declaration
Public Sub New ( _
    applicationLaunchId As String _
)

Parameters

  • applicationLaunchId
    Unique identifier for the MessageInterceptor.

Remarks

Loads an existing MessageInterceptor. If there is no MessageInterceptor by that name, then an ApplicationLauncherEnableException exception is raised.

See Also

Reference

MessageInterceptor Class
MessageInterceptor Members
Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace