SubmittedMessageEventHandler Delegate
The SubmittedMessageEventHandler delegate represents the method that will handle the OnSubmittedMessage event of a type derived from the RoutingAgent class.
Namespace: Microsoft.Exchange.Data.Transport.Routing
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public Delegate Sub SubmittedMessageEventHandler ( _
source As SubmittedMessageEventSource, _
e As QueuedMessageEventArgs _
)
public delegate void SubmittedMessageEventHandler (
SubmittedMessageEventSource source,
QueuedMessageEventArgs e
)
public delegate void SubmittedMessageEventHandler (
SubmittedMessageEventSource^ source,
QueuedMessageEventArgs^ e
)
/** @delegate */
public delegate void SubmittedMessageEventHandler (
SubmittedMessageEventSource source,
QueuedMessageEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- source
The source of the event.
- e
An instance of the QueuedMessageEventArgs class that contains the event data.
Remarks
When you create a SubmittedMessageEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003