Business Contact Manager 2010: How to determine if the database is Online or Offline through the registry
A user who wanted to know how to determine whether a BCM Database was online or offline.
The setting is in the registry with these keys/values
HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\<PROFILE>\<GUID>\
000b660f
000b660b
When the DB is offline they are as follows
000b660f - 00
000b660b - 01
When the DB is online they are as follows
000b660f - 01
000b660b - 00
Note: The GUID will vary from profile to profile
Thanks & Regards
Rahul Thomas