| SMTPServerInfoProviderGetInfoById Method | 
            Gets an instance of info object based on ID.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
 Syntax
Syntaxprotected override SMTPServerInfo GetInfoById(
	int id,
	bool useHashtable = true
)
Parameters
- id
- Type: SystemInt32
 Value of the record ID to look for
- useHashtable (Optional)
- Type: SystemBoolean
 If true, the object is taken through the hashtable
Return Value
Type: 
SMTPServerInfo See Also
See Also