Click or drag to resize
SMTPServerInfoProviderDeleteSMTPServerInfo Method (Int32)
Deletes a SMTP server with the specified ID.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteSMTPServerInfo(
	int smtpServerId
)

Parameters

smtpServerId
Type: SystemInt32
SMTP server ID
See Also