Click or drag to resize
SMTPServerSiteInfoProviderDeleteSMTPServerSiteInfo Method
Deletes relationship between specified server and site.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 12.0.0
Syntax
C#
public static void DeleteSMTPServerSiteInfo(
	SMTPServerSiteInfo smtpServerSite
)

Parameters

smtpServerSite
Type: CMS.EmailEngineSMTPServerSiteInfo
Server-site relationship to be deleted
See Also