DeliveryAgentFactory<Manager> Members

Include Protected Members
Include Inherited Members

The DeliveryAgentFactory<Manager> class produces instances of the DeliveryAgent class used to extend transport behavior.

The DeliveryAgentFactory<Manager> type exposes the following members.

Constructors

  Name Description
Protected method DeliveryAgentFactory<Manager> The DeliveryAgentFactory<Manager>() constructor initializes a new instance of the DeliveryAgentFactory<Manager> class.

Top

Methods

  Name Description
Public method Close When overridden in a derived class, the Close method releases all resources used by the derived class. (Inherited from AgentFactory.)
Public method CreateAgent The CreateAgent(SmtpServer) method creates a new DeliveryAgent instance for the specified server.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top