Click or drag to resize
ISMTPServerSiteInfoProviderGet Method (Int32, Int32)
Gets an instance of the SMTPServerSiteInfo binding structure.

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

Parameters

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

Return Value

Type: SMTPServerSiteInfo
Returns an instance of SMTPServerSiteInfo corresponding to given identifiers or null.
See Also