Click or drag to resize
EmailAttachmentInfoProviderGetEmailAttachmentInfo Method
Returns the EmailAttachmentInfo structure for the specified emailAttachment.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static EmailAttachmentInfo GetEmailAttachmentInfo(
	int emailAttachmentId
)

Parameters

emailAttachmentId
Type: SystemInt32
EmailAttachment ID

Return Value

Type: EmailAttachmentInfo
See Also