J
jim
I have an addin in C# and I am using Interop.Outlook 9.0.0.0
I can use the this._outlookActiveExplorer).Activate += new
ExplorerEvents_ActivateEventHandler(OutlookReferences_Activate); and it
compiles fine, but when I start outlook 2000 or 2003 it says "No Such
Interface Supported"
I tried following the article:http://support.microsoft.com/?kbid=316653,
but when I started outlook after loading this my add-in did not load.
Any ideas?
I can use the this._outlookActiveExplorer).Activate += new
ExplorerEvents_ActivateEventHandler(OutlookReferences_Activate); and it
compiles fine, but when I start outlook 2000 or 2003 it says "No Such
Interface Supported"
I tried following the article:http://support.microsoft.com/?kbid=316653,
but when I started outlook after loading this my add-in did not load.
Any ideas?