N
Nikolas
Hi,
I developed an Outlook Addin using VS 2005 with VSTO SE in C#. Using the new
installed templates it creates a ThisAddIn.cs file with ThisAddIn_Startup()
and ThisAddIn_Shutdown() functions.
I create a custom outlook toolbar and my aim is to save its settings
(position, visibility etc.). However, if I try save the toolbars settings in
the ThisAddIn_Shutdown() function my toolbar has already been disposed. Is
there another location where I can call my SaveSettings() function where my
custom toolbar has not been yet disposed while shutting down outlook?
Thanks in advance.
I developed an Outlook Addin using VS 2005 with VSTO SE in C#. Using the new
installed templates it creates a ThisAddIn.cs file with ThisAddIn_Startup()
and ThisAddIn_Shutdown() functions.
I create a custom outlook toolbar and my aim is to save its settings
(position, visibility etc.). However, if I try save the toolbars settings in
the ThisAddIn_Shutdown() function my toolbar has already been disposed. Is
there another location where I can call my SaveSettings() function where my
custom toolbar has not been yet disposed while shutting down outlook?
Thanks in advance.