| SMTPServerInfoProviderGetSMTPServerInfo Method (Guid) | 
            Returns a SMTP server with the specified GUID.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static SMTPServerInfo GetSMTPServerInfo(
	Guid smtpServerGuid
)
Parameters
- smtpServerGuid
- Type: SystemGuid
 SMTP Server GUID
Return Value
Type: 
SMTPServerInfoSMTP server with the specified GUID or null
 See Also
See Also