SmtpReceiveAgentFactory Members
The SmtpReceiveAgentFactory class produces instances of the SmtpReceiveAgent class that are used to extend Simple Mail Transfer Protocol (SMTP) transport behavior.
The following tables list the members exposed by the SmtpReceiveAgentFactory type.
Protected Constructors
Name | Description | |
---|---|---|
SmtpReceiveAgentFactory | The SmtpReceiveAgentFactory constructor initializes a new instance of the SmtpReceiveAgentFactory class. |
Top
Public Methods
(see also Protected 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. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top