Click or drag to resize
ISmtpClientFactoryCreate Method
Returns new instance of object which implements ISmtpClient.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
ISmtpClient Create(
	SMTPServerInfo smtpServerInfo
)

Parameters

smtpServerInfo
Type: CMS.EmailEngineSMTPServerInfo
SMTP server configuration.

Return Value

Type: ISmtpClient
See Also