MessageInterceptorEventHandler Delegate
3/29/2010
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
)
'Declaration
Public Delegate Sub MessageInterceptorEventHandler ( _
sender As Object, _
e As MessageInterceptorEventArgs _
)
Parameters
- sender
- e
See Also
Reference
Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace