Guest
Guest
|
Hi,
I have developed an add-in in C# for outlook 2003, but it does not work in outlook 2000. I have references to office&outlook 11.0 object libraries. It simply adds a couple of buttons to the standard commandbar and eventhandlers to the olFolders' itemadd events.
What could be the reason & solution?
Thanks in advance,
Serhat. |
|
Guest
Guest
|
How about MS Word? Does an add-in with 11.0 libraries work in MS Word 2000?
Thanks a lot.
Serhat. |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi, Serhat.
You should use PIAs for Office 2000 to make your add-in compatible with Office 2000 and higher. |
|