Click or drag to resize
SMTPServerInfoProviderGetSMTPServers Method (Int32)
Returns a DataSet with SMTP servers for the specified site.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
Syntax
C#
public static InfoDataSet<SMTPServerInfo> GetSMTPServers(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: InfoDataSetSMTPServerInfo
DataSet with SMTP servers
See Also