Click or drag to resize
SMTPServerInfoProviderGetSMTPServerInfo Method (Int32)
Returns SMTP server with the specified ID.

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

Parameters

smtpServerId
Type: SystemInt32
SMTP server ID

Return Value

Type: SMTPServerInfo
See Also