Click or drag to resize
SMTPServerInfoProviderGetSMTPServers Method

Note: This API is now obsolete.

Returns all SMTP servers.

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

Return Value

Type: ObjectQuerySMTPServerInfo
See Also