Compartir a través de


SmtpReceiveAgentFactory Members

Include Protected Members
Include Inherited Members

The SmtpReceiveAgentFactory class produces instances of the SmtpReceiveAgent class that are used to extend Simple Mail Transfer Protocol (SMTP) transport behavior.

The SmtpReceiveAgentFactory type exposes the following members.

Constructors

  Name Description
Protected method SmtpReceiveAgentFactory The SmtpReceiveAgentFactory constructor initializes a new instance of the SmtpReceiveAgentFactory 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 When overridden in a derived class, the CreateAgent method creates an instance of a Simple Mail Transfer Protocol (SMTP) transport agent.
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