Returns a DataSet with SMTP servers matching the specified criteria.
            
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- where
 - Type: 
System String
Where condition 
- orderBy
 - Type: 
System String
Order by 
- topN
 - Type: 
System Int32
Select top N values 
- columns
 - Type: 
System String
List of columns which should be selected 
- siteId
 - Type: 
System Int32
Site ID 
Return Value
Type: InfoDataSet SMTPServerInfoDataSet with SMTP servers
See Also