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
public delegate void MessageInterceptorEventHandler (
Object sender,
MessageInterceptorEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub MessageInterceptorEventHandler ( _
sender As Object, _
e As MessageInterceptorEventArgs _
)
Parameters
- sender
- e

See Also