Why does a Form Region in Outlook 2007 Plugin keep a reference to the underlying object open? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T23:14:24Z http://stackoverflow.com/feeds/question/577494 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/577494/why-does-a-form-region-in-outlook-2007-plugin-keep-a-reference-to-the-underlying 0 Why does a Form Region in Outlook 2007 Plugin keep a reference to the underlying object open? AlexDuggleby 2009-02-23T12:32:12Z 2009-08-06T15:08:07Z <p>I've created an empty Outlook 2007 Plugin Project in Visual Studio 2008 (SP1). Then I added a new Form Region (Contact type, Adjoined, otherwise defaults) and then I run the project. </p> <p>Outlook opens, I go to a contact change a couple of things, then click on the close button. Outlook asks if I want to save, I choose No. </p> <p>My understanding is that this should reset all changes I made. But if I re-open that same contact all my changes are still there. If I close the whole outlook it will re-prompt me to save the contact I changed. </p> <p>This leads me to thinking that the default Form Region template actually keeps a reference to the Contact it is being shown for and not disposing of it after the form region is closed. This causes the contact to be in memory and not simply disposed after closing the form.</p> <p>Can anyone reproduce, or is it a feature? Any way to get around this?</p>