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