Click or drag to resize
EmailInfoProviderSetEmailInfo Method (EmailInfo)

Note: This API is now obsolete.

Sets (updates or inserts) specified email.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IEmailInfoProvider.Set(EmailInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - EmailInfo.Provider.")]
public static void SetEmailInfo(
	EmailInfo email
)

Parameters

email
Type: CMS.EmailEngineEmailInfo
Email to set
See Also