Click or drag to resize
SMTPServerInfoProviderGetSMTPServerInfoInternal Method (Guid)
Returns SMTP server with the specified GUID.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual SMTPServerInfo GetSMTPServerInfoInternal(
	Guid smtpServerGuid
)

Parameters

smtpServerGuid
Type: SystemGuid
SMTP server GUID

Return Value

Type: SMTPServerInfo
SMTP server with the specified GUID
See Also