Click or drag to resize
SMTPServerInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	SMTPServerInfo info
)

Parameters

info
Type: CMS.EmailEngineSMTPServerInfo
Object to insert / update
See Also