Click or drag to resize
SMTPServerSiteInfoProviderAdd Method
Creates SMTPServerSiteInfo binding.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
public virtual void Add(
	int smtpServerId,
	int siteId
)

Parameters

smtpServerId
Type: SystemInt32
SMTP server ID.
siteId
Type: SystemInt32
Site ID.

Implements

ISMTPServerSiteInfoProviderAdd(Int32, Int32)
See Also