ResolvedMessageEventHandler delegate
The ResolvedMessageEventHandler delegate represents the method that will handle the OnResolvedMessage event of a type that is derived from the RoutingAgent class.
Namespace: Microsoft.Exchange.Data.Transport.Routing
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Parameters
- source
- Type: Microsoft.Exchange.Data.Transport.Routing.ResolvedMessageEventSource
The source of the event.
- e
- Type: Microsoft.Exchange.Data.Transport.Routing.QueuedMessageEventArgs
An instance of the ResolvedMessageEventSource that contains the event data.
Show: