SMTPServerInfoProviderGetSMTPServerInfoInternal Method (Int32) |
Returns a SMTP server with the specified ID.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
Syntax protected virtual SMTPServerInfo GetSMTPServerInfoInternal(
int smtpServerId
)
Parameters
- smtpServerId
- Type: SystemInt32
SMTP server ID
Return Value
Type:
SMTPServerInfoSMTP server with the specified ID
See Also