I have just today set up an interface to Outlook 2007
All I did was in the project under references
Add Reference > COM > Microsoft Outlook 12.0 Object Library
The Ms.Office.Core and Ms.Office.Interop.Outlook are added.
then in code
using Outlook = Microsoft.Office.Interop.Outlook;
then
Outlook.Application oApp = new Outlook.Application( );
etc.
"Brad Isaac" <BradIsaac@xxxxxx> wrote in message
news:96de5d32-3e1e-40d8-b117-dd599a7aa69a@xxxxxx
> Hi,
>
> I have a working app that uses interop.outlook.dll to export items to
> Outlook calendar. I downloaded the Primary Interop Assemblies for
> Office 2k7 today and still cannot get a working outlook.interop.dll to
> import.
>
> Are there any dll gurus out there who can help me get this up and
> running with Outlook 2007? I am using VS 2005.
>
> Thanks