Click or drag to resize
AttachmentForEmailInfoProviderGetAttachmentForEmailInfo Method

Note: This API is now obsolete.

Returns the AttachmentForEmailInfo structure for the specified attachmentForEmail.

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

Parameters

emailId
Type: SystemInt32
EmailID
attachmentId
Type: SystemInt32
AttachmentID

Return Value

Type: AttachmentForEmailInfo
See Also