| EmailInfoProviderGetEmailInfos Method (String, String, Int32, String) | 
            Returns all EmailInfo objects specified by where condition.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static InfoDataSet<EmailInfo> GetEmailInfos(
	string where,
	string orderBy,
	int topN,
	string columns
)
Parameters
- where
- Type: SystemString
 Where condition
- orderBy
- Type: SystemString
 Order by expression
- topN
- Type: SystemInt32
 Specifies number of records to return
- columns
- Type: SystemString
 Data columns to return
Return Value
Type: 
InfoDataSetEmailInfo See Also
See Also