RoutingAgent class
The RoutingAgent class is the base class from which all transport agents derive.
Inheritance hierarchy
System.Object
Microsoft.Exchange.Data.Transport.Agent
Microsoft.Exchange.Data.Transport.Routing.RoutingAgent
Namespace: Microsoft.Exchange.Data.Transport.Routing
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustInherit Class RoutingAgent _
Inherits Agent
'Usage
Dim instance As RoutingAgent
public abstract class RoutingAgent : Agent
Remarks
Warning
Transport agents have full access to all e-mail messages that they encounter. Exchange puts no restrictions on a transport agent's behavior. Transport agents that are unstable or contain security flaws may affect the stability and security of Exchange. Therefore, you must only install transport agents that you fully trust and that have been fully tested in a test environment.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.