Click or drag to resize
SMTPServerSiteInfoProviderGetSMTPServerSiteInfo Method

Note: This API is now obsolete.

Returns relationship between specified server and site.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ISMTPServerSiteInfoProvider.Get(int, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - SMTPServerSiteInfo.Provider.")]
public static SMTPServerSiteInfo GetSMTPServerSiteInfo(
	int smtpServerId,
	int siteId
)

Parameters

smtpServerId
Type: SystemInt32
SMTP Server ID
siteId
Type: SystemInt32
Site ID

Return Value

Type: SMTPServerSiteInfo
See Also