Click or drag to resize
SMTPServerInfoProviderDeleteSMTPServerInfoInternal Method
Deletes specified SMTP server.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteSMTPServerInfoInternal(
	SMTPServerInfo smtpServer
)

Parameters

smtpServer
Type: CMS.EmailEngineSMTPServerInfo
SMTP server to be deleted
See Also