Using Inbox, a user has added the "Sample Transport Service" to the list of Installed Services. The service has been mapped to the MyMail key.
The SvcKey value is the HKLM\PMail\ServiceLibs\SAMPLE subkey. Inbox uses this key to identify the name of the DLL to be loaded into memory when the desired service is connected. In this example, the DLL is Sample.dll.
Inbox adds the MyMail subkey under HKLM\PMail\ServiceInfo that includes information and properties for the service. Note that these properties can be modified by the service's TransportProps routine, once the new service is connected.
Note The PMail key refers to the Inbox application.
The previous procedure could result in the following registry entries.
'HKEY_LOCAL_MACHINE'
[PMail]
[ServiceInfo]
[MyMail]
REG_DWORD: CopyMaxLines = 0x32
REG_DWORD: CopyAllLines = 0x0
REG_DWORD: GrabRead = 0x1
REG_DWORD: TypeOfGrab = 0x0
REG_DWORD: SvcAutoDisco = 0x0
REG_DWORD: NewMailNotify = 0x1
REG_DWORD: RefreshTime = 0x5
REG_DWORD: DoRefresh = 0x1
REG_SZ: SvcAddrBook = Internet
REG_SZ: SvcProfile = Direct
REG_DWORD: SvcRemember = 0x1
REG_SZ: SvcRtn =
REG_SZ: SvcSMTPHost =
REG_SZ: SvcPass =
REG_SZ: SvcUser = thisuser
REG_SZ: SvcPOP3Host = pop3svr-msg
REG_SZ: SvcKey = SAMPLE
[ServiceLibs]
[SMTP]
REG_SZ: SvcName = Internet Mail
REG_SZ: SvcLib = smtp.dll
[SAMPLE]
REG_SZ: SvcName = Sample Transport Service
REG_SZ: SvcLib = sample.dll