Click or drag to resize
EmailAttachmentInfo Constructor (DataRow)
Constructor - Creates a new EmailAttachmentInfo object from the given DataRow.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.2.23
Syntax
C#
public EmailAttachmentInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also