Click or drag to resize
EmailAttachmentInfoProviderGetEmailAttachmentInfo Method

Note: This API is now obsolete.

Returns the EmailAttachmentInfo structure for the specified emailAttachment.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IEmailAttachmentInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - EmailAttachmentInfo.Provider.")]
public static EmailAttachmentInfo GetEmailAttachmentInfo(
	int emailAttachmentId
)

Parameters

emailAttachmentId
Type: SystemInt32
EmailAttachment ID

Return Value

Type: EmailAttachmentInfo
See Also