Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Interop.Outlook.dll for Outlook 2007 not in PIAs?

Reply
 
Old 06-01-2008   #1 (permalink)
Brad Isaac


 
 

Interop.Outlook.dll for Outlook 2007 not in PIAs?

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

My System SpecsSystem Spec
Old 06-01-2008   #2 (permalink)
Cor Ligthert[MVP]


 
 

Re: Interop.Outlook.dll for Outlook 2007 not in PIAs?

Brad,

Did you set a reference to your DLL?

By the way, you mostly get earlier and a more proper answer to your
questions if you ask this to a language newsgroup as there are for C#, VB
and C++

Cor

My System SpecsSystem Spec
Old 06-02-2008   #3 (permalink)
David Coleman


 
 

Re: Interop.Outlook.dll for Outlook 2007 not in PIAs?

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
Quote:

> 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

My System SpecsSystem Spec
Old 06-02-2008   #4 (permalink)
Brad Isaac


 
 

Re: Interop.Outlook.dll for Outlook 2007 not in PIAs?

On Jun 2, 12:06 am, "David Coleman" <coley...@xxxxxx> wrote:
Quote:

> 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" <BradIs...@xxxxxx> wrote in message
>
> news:96de5d32-3e1e-40d8-b117-dd599a7aa69a@xxxxxx
>
Quote:

> > Hi,
>
Quote:

> > 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.
>
Quote:

> > Are there any dll gurus out there who can help me get this up and
> > running with Outlook 2007? I am using VS 2005.
>
Quote:

> > Thanks
David, Thanks for the insight. I'll give it a try!
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Importing back-up Outlook Express file with emails to Outlook 2007 and/or Windows Live Mail Vista mail
Easiest way to transfer outlook 2003 settings (XP) to Outlook 2007 onnew vista machine? Vista General
Moving Outlook 2003 (XP) Contacts to Vista's Outlook 2007 Vista General
Importing Outlook Express to Outlook Vista Office 2007 Vista mail


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46