Click or drag to resize
SMTPServerInfoProviderDisableSMTPServer Method
Disables the specified SMTP server.

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

Parameters

smtpServerId
Type: SystemInt32
SMTP server ID
See Also