Click or drag to resize
SMTPServerInfoProviderGetSMTPServerInfo Method (Guid)

Note: This API is now obsolete.

Returns a SMTP server with the specified GUID.

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

Parameters

smtpServerGuid
Type: SystemGuid
SMTP Server GUID

Return Value

Type: SMTPServerInfo
SMTP server with the specified GUID or null
See Also