MessageInterceptorEventHandler Delegate
3/25/2008

Represents the method that will handle the MessageReceived event.

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

Syntax

CSharp
public delegate void MessageInterceptorEventHandler (
	Object sender,
	MessageInterceptorEventArgs e
)
VisualBasicDeclaration
Public Delegate Sub MessageInterceptorEventHandler ( _
	sender As Object, _
	e As MessageInterceptorEventArgs _
)

Parameters

sender
e
See Also

Tags :


Page view tracker