CategorizedMessageEventHandler delegate
The CategorizedMessageEventHandler delegate represents the method that will handle the OnCategorizedMessage 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)
public delegate void CategorizedMessageEventHandler( CategorizedMessageEventSource source, QueuedMessageEventArgs e )
Parameters
- source
- Type: Microsoft.Exchange.Data.Transport.Routing.CategorizedMessageEventSource
The source of the event.
- e
- Type: Microsoft.Exchange.Data.Transport.Routing.QueuedMessageEventArgs
An instance of the QueuedMessageEventArgs class that contains the event data.
Show: