Outlook AddIn using OOM compiled once for multiple Outlook Versions
- From: movalgirl <mcn@xxxxxxx>
- Date: Mon, 24 Sep 2007 03:14:40 -0700
Hi all,
I have developed a program which uses OOM to query the Outlook
Application. This is working using the import directives to access
the OOM:
-----------------------------------------------------------------------
#import "C:\Program Files\Microsoft Office\Office\mso9.dll" \
rename_namespace("Office") named_guids
using namespace Office;
#import "C:\Program Files\Microsoft Office\Office\MSOUTL9.olb"
rename_namespace("Outlook"), raw_interfaces_only, named_guids
using namespace Outlook;
-----------------------------------------------------------------------
My problem is: I want to compile this program ONCE and run it against
multiple Outlook Versions. The program already supports multiple
Outlook Versions. It is only the OOM
which would require seperate executables per Outlook version.
There must be a better way to do this???
Best regards,
mcn
.
- Prev by Date: Re: VSTO Add-In DLL, rights to launch a Win32 executable
- Next by Date: RegAsm not being called on Installation of SmartTag Add-In
- Previous by thread: RE: WordML spacing question
- Next by thread: RegAsm not being called on Installation of SmartTag Add-In
- Index(es):
Relevant Pages
|