SMTPServerInfoProviderGetSMTPServerInfo Method (Guid) |
Returns a SMTP server with the specified GUID.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 12.0.0
Syntax public 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