Click or drag to resize
IAttachmentForEmailInfoProviderGet Method (Int32, Int32)
Gets an instance of the AttachmentForEmailInfo binding structure.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
AttachmentForEmailInfo Get(
	int emailId,
	int emailAttachmentId
)

Parameters

emailId
Type: SystemInt32
Email ID.
emailAttachmentId
Type: SystemInt32
Email attachment ID.

Return Value

Type: AttachmentForEmailInfo
Returns an instance of AttachmentForEmailInfo corresponding to given identifiers or null.
See Also