Click or drag to resize
SMTPServerInfo Constructor (DataRow)
Creates a new instance of SMTPServerInfo object from the given DataRow.

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

Parameters

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