RoutingAgent Class
The RoutingAgent class is the base class from which all transport agents derive.
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
public abstract class RoutingAgent : Agent
public ref class RoutingAgent abstract : public Agent
public abstract class RoutingAgent extends Agent
public abstract class RoutingAgent extends 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.
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Data.Transport.Agent
Microsoft.Exchange.Data.Transport.Routing.RoutingAgent
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003