ISMTPServerSiteInfoProviderGet Method (Int32, Int32) |
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax SMTPServerSiteInfo Get(
int smtpServerId,
int siteId
)
Parameters
- smtpServerId
- Type: SystemInt32
SMTP server ID. - siteId
- Type: SystemInt32
Site ID.
Return Value
Type:
SMTPServerSiteInfoReturns an instance of
SMTPServerSiteInfo corresponding to given identifiers or null.
See Also