| EmailAttachmentInfoProviderGetEmailAttachmentInfos Method (Int32, String, Int32, String) | 
            Gets attachments attached to specified email and that correspond to specified criteria.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static DataSet GetEmailAttachmentInfos(
	int emailId,
	string orderBy,
	int topN,
	string columns
)
Parameters
- emailId
- Type: SystemInt32
 Email ID
- orderBy
- Type: SystemString
 Order by expression
- topN
- Type: SystemInt32
 Top N expression
- columns
- Type: SystemString
 Columns expression
Return Value
Type: 
DataSet See Also
See Also