Click or drag to resize
SMTPServerSiteInfoProvider.GetSMTPServerSites Method (String, String)
Returns dataset of all relationships between servers and sites matching the specified criteria.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
Syntax
C#
public static InfoDataSet<SMTPServerSiteInfo> GetSMTPServerSites(
	string where,
	string orderBy
)

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order by expression

Return Value

Type: InfoDataSet<SMTPServerSiteInfo>
See Also