Hi All I have a slight problem with ModifyStatusRow in IMAPISupport. My message store calls this but the registration has no effect until after a restart. When a store is added it basically doesn't show up in the status table until after Outlook's been restarted. The store itself only partially works. The folder hierarchy renders. According to Outlook Spy the message store can be opened as can its root folder and the inbox (which calls GetReceiveFolder()). Any other folders cannot be opened and there is no OpenEntry call being sent to my store for them. Outlook displays a grey screen and states this folder cannot be displayed. The only thing different I can see between the two states (before and after restart) is that the status table entry actually shows up after a restart. Could I trigger a notification for reload or what on the status table? I'm viewing the status table after my store instance has been created and my code is definitely calling ModifyStatusRow, which succeeds. Cheers Win