Click or drag to resize
ISMTPServerSiteInfoProviderAdd Method
Creates SMTPServerSiteInfo binding.

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

Parameters

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