Microsoft.Exchange.Data.Transport.Routing namespace
Classes
Class | Description | |
---|---|---|
CategorizedMessageEventSource | The CategorizedMessageEventSource class provides data for the OnCategorizedMessage event. | |
QueuedMessageEventArgs | The QueuedMessageEventArgs class provides data for the Microsoft.Exchange.Data.Transport events. | |
QueuedMessageEventSource | The QueuedMessageEventSource class is passed to the OnSubmittedMessage and OnRoutedMessage events. | |
ResolvedMessageEventSource | The ResolvedMessageEventSource class provides data for the OnResolvedMessage event. | |
RoutedMessageEventSource | The RoutedMessageEventSource class provides data for the OnRoutedMessage event. | |
RoutingAgent | The RoutingAgent class is the base class from which all transport agents derive. | |
RoutingAgentFactory | The RoutingAgentFactory class produces instances of the RoutingAgent class that are used to extend transport behavior. | |
SubmittedMessageEventSource | The SubmittedMessageEventSource class provides data for the OnSubmittedMessage event. |
Structures
Structure | Description | |
---|---|---|
RecipientExpansionInfo | The RecipientExpansionInfo class provides data for the ExpandRecipients method. |
Delegates
Delegate | Description | |
---|---|---|
CategorizedMessageEventHandler | The CategorizedMessageEventHandler delegate represents the method that will handle the OnCategorizedMessage event of a type that is derived from the RoutingAgent class. | |
ResolvedMessageEventHandler | The ResolvedMessageEventHandler delegate represents the method that will handle the OnResolvedMessage event of a type that is derived from the RoutingAgent class. | |
RoutedMessageEventHandler | The RoutedMessageEventHandler delegate represents the method that will handle the OnRoutedMessage event of a type derived from the RoutingAgent class. | |
SubmittedMessageEventHandler | The SubmittedMessageEventHandler delegate represents the method that will handle the OnSubmittedMessage event of a type derived from the RoutingAgent class. |