Click or drag to resize
SMTPServerInfoProviderGetInfoByGuid Method (Guid, Boolean)
Gets an instance of info object based on the given GUID.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
protected override SMTPServerInfo GetInfoByGuid(
	Guid guid,
	bool useHashtable = true
)

Parameters

guid
Type: SystemGuid
Object GUID
useHashtable (Optional)
Type: SystemBoolean
If true, the object is taken through the hashtable

Return Value

Type: SMTPServerInfo
See Also