Windows Vista Forums

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


    Brad Isaac Guest

    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

  2. #2


    Cor Ligthert[MVP] Guest

    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

  3. #3


    David Coleman Guest

    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

    > 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

  4. #4


    Brad Isaac Guest

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

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

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

    > > 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
    David, Thanks for the insight. I'll give it a try!

      My System SpecsSystem Spec

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Importing back-up Outlook Express file with emails to Outlook 2007 and/or Windows Live Mail Guillermo Vista mail 4 27 Nov 2008
Easiest way to transfer outlook 2003 settings (XP) to Outlook 2007 onnew vista machine? techman41973 Vista General 4 31 Mar 2008
DataBind Outlook Interop AppointmentItems to WPF Controls using CO JelloDog Avalon 0 26 Feb 2008
Importing Outlook Express to Outlook Vista Office 2007 DSowinski Vista mail 1 03 Feb 2008
transfer emails from Outlook 2003 to Outlook 2007 on new computer Vincent DC Vista General 1 09 Aug 2007