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

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteSMTPServerSiteInfoInternal(
	SMTPServerSiteInfo smtpServerSite
)

Parameters

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