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: 8.2.23
Syntax public 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:
DataSetSee Also