Click or drag to resize
SMTPServerSiteInfoProviderSetInfo 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(
	SMTPServerSiteInfo info
)

Parameters

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