Click or drag to resize
AttachmentForEmailInfoProviderGetAttachmentForEmailInfo Method
Returns the AttachmentForEmailInfo structure for the specified attachmentForEmail.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static AttachmentForEmailInfo GetAttachmentForEmailInfo(
	int emailId,
	int attachmentId
)

Parameters

emailId
Type: SystemInt32
EmailID
attachmentId
Type: SystemInt32
AttachmentID

Return Value

Type: AttachmentForEmailInfo
See Also