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

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

Parameters

dr
Type: System.DataDataRow
See Also