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

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

Parameters

dr
Type: System.DataDataRow
DataRow with the object data
See Also