Click or drag to resize
SMTPServerInfoProvider.EnableSMTPServer Method
Enables the specified SMTP server.

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

Parameters

smtpServerId
Type: System.Int32
SMTP server ID
See Also