Click or drag to resize
ISmtpClientFactory Interface
Defines factory for providing implementations of ISmtpClient.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
public interface ISmtpClientFactory

The ISmtpClientFactory type exposes the following members.

Methods
  NameDescription
Public methodCreate
Returns new instance of object which implements ISmtpClient.
Top
See Also