RoutingAgent Members
Include Protected Members
Include Inherited Members
The RoutingAgent class is the base class from which all transport agents derive.
The RoutingAgent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | RoutingAgent | The RoutingAgent constructor initializes a new instance of the RoutingAgent class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | EventTopic | The EventTopic property gets or sets a string value that contains the name of the event that this instance of the Agent class or a class derived from the Agent class is raising. (Inherited from Agent.) | 
| .gif) | Name | The Name property gets or sets a string value that contains the display name for this instance of the class that derives from the Agent class. (Inherited from Agent.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetAgentAsyncContext | When overridden in a derived class, the GetAgentAsyncContext method gets a AgentAsyncContext object to mark the executing event handler to execute asynchronously. (Inherited from Agent.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | OnCategorizedMessage | The OnCategorizedMessage event occurs after the server performs content conversion, if it is required. | 
| .gif) | OnResolvedMessage | The OnResolvedMessage event occurs after all the recipients of the message have been resolved and before routing is determined. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | 
| .gif) | OnRoutedMessage | The OnRoutedMessage event occurs after the server routes the message to the next hop and before it performs content conversion, if it is required. | 
| .gif) | OnSubmittedMessage | The OnSubmittedMessage event occurs after the message is taken off the submit queue. | 
Top