In The Hand LtdIn The Hand
MessageInterceptor Constructor (applicationLaunchId, useFormThread)
NamespacesInTheHand.WindowsMobile.PocketOutlook.MessageInterceptionMessageInterceptorMessageInterceptor(String, Boolean)
.NET Components for Mobility
Initializes an instance of the MessageInterceptor class, using the specified applicationLaunchId, and a value indicating whether to use the application's form thread to process events.
Declaration Syntax
C#Visual Basic
public MessageInterceptor(
	string applicationLaunchId,
	bool useFormThread
)
Public Sub New ( _
	applicationLaunchId As String, _
	useFormThread As Boolean _
)
Parameters
applicationLaunchId (String)
Unique identifier for the MessageInterceptor.
useFormThread (Boolean)
Use the application's form thread to process events. You need to use this to manipulate UI from within an event. If your application does not contain a form, then this should be set to false.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0