Click or drag to resize
SMTPServerInfoProviderDeleteSMTPServerInfo Method (SMTPServerInfo)

Note: This API is now obsolete.

Deletes specified SMTP server.

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

Parameters

smtpServer
Type: CMS.EmailEngineSMTPServerInfo
SMTP server to be deleted
See Also