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

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

Parameters

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