Click or drag to resize
SMTPServerSiteInfoProviderRemoveSMTPServerFromSites Method
Deletes relationship between specified SMTP server and all sites.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void RemoveSMTPServerFromSites(
	SMTPServerInfo smtpServer
)

Parameters

smtpServer
Type: CMS.EmailEngineSMTPServerInfo
SMTP server
See Also