Hi All,
I have done my second complete Outlook 2003 Plug-in.
What I want to know is 2 things:
- Is it necessary to release the COM Objects when developing a Outlook 2003/2007 Plug-in?
I know that they get released in time by the Framework, what I don't know is how often and is it really necessary?
- Why is Microsoft still using .Net COM Wrappers for the Plug-Ins instead of pure .Net.
I am aware of the web service Exchange offers to retrieve mail messages, but one doesn't always want to use that but instead full-on Outlook abilities.
Thanks.