SmtpReceiveAgentFactory 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 | |
---|---|---|
SmtpReceiveAgentFactory | The SmtpReceiveAgentFactory constructor initializes a new instance of the SmtpReceiveAgentFactory class. |
Top
Methods
Name | Description | |
---|---|---|
Close | When overridden in a derived class, the Close method releases all resources used by the derived class. (Inherited from AgentFactory.) | |
CreateAgent | When overridden in a derived class, the CreateAgent method creates an instance of a Simple Mail Transfer Protocol (SMTP) transport agent. |
Top