RoutingAgent Members

The RoutingAgent class is the base class from which all transport agents derive.

The following tables list the members exposed by the RoutingAgent type.

Protected Constructors

  Name Description
RoutingAgent The RoutingAgent constructor initializes a new instance of the RoutingAgent class.

Top

Protected Properties

  Name Description
Aa580549.protproperty(en-us,EXCHG.80).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)
Aa580549.protproperty(en-us,EXCHG.80).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

Public Methods

(see also Protected Methods )

  Name Description
Aa580549.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa580549.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa580549.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa580549.pubmethod(en-us,EXCHG.80).gifAa580549.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa580549.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa580549.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa580549.protmethod(en-us,EXCHG.80).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)
Aa580549.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top

Protected Events

  Name Description
Aa580549.protevent(en-us,EXCHG.80).gif OnCategorizedMessage The OnCategorizedMessage event occurs after the server performs content conversion, if it is required. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Aa580549.protevent(en-us,EXCHG.80).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).
Aa580549.protevent(en-us,EXCHG.80).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.
Aa580549.protevent(en-us,EXCHG.80).gif OnSubmittedMessage The OnSubmittedMessage event occurs after the message is taken off the submit queue.

Top