Click or drag to resize
EmailAttachmentInfoProviderGetEmailAttachmentInfos Method (Int32)
Gets all attachments attached to specified email.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetEmailAttachmentInfos(
	int emailId
)

Parameters

emailId
Type: SystemInt32
Email ID

Return Value

Type: DataSet
See Also