Integration of Outlook

Last post 06-26-2009 6:12 AM by saibayyavarapu. 3 replies.

Sort Posts:

  • Integration of Outlook

    03-21-2009, 2:25 AM

    Hi,
    My requirement is Integration of outlook into my application.
    Inorder to start the integration, first we are adding the COM library references of outlook into my referencs.

    Actually my requirement is I dont know which version of outlook client has installed on his workstyation?
    For my programming purpose if I add outtlook 2007 Dll (outlook 12.0 library) then the client who has outlook 2003 (outlook 11.0 library) can't access my application.It will throw exceptions.

    How can I fix this problem?

    Can I add outlook references dynamically  based on installed outlook version?

    How to solve this please help me?


    Regards
    ----------
    Sai kumar bayyavarapu

  • Re: Integration of Outlook

    03-26-2009, 5:50 AM
    Answer

    Hi, 

    The Outlook 2007 has provided more object models to let the programmer to customize. Since there are new object models that does not exist in Outlook 2003. The 2007 AddIn or automation application cannot work with Outlook 2003. If you want to write an application work with multiple versions of Office. You need to develop against the lowest version which can be used with latter version.

    In this case, develop against Outlook 2003 object model and use it with Outlook 2003/2007. More detailed information, please see http://blogs.msdn.com/vsto/archive/2008/03/20/developing-an-add-in-for-multiple-versions-of-office.aspx

    Thanks.

    Michael Jin.
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Re: Integration of Outlook

    06-26-2009, 5:45 AM

    Hi Sai kumar,

      Please suggest how to integrate or config Outlook 2007 into VS 2008 Asp.net.

    I want to read the emails from outlook acutomatically and to save it in the database.



  • Re: Integration of Outlook

    06-26-2009, 6:12 AM

    Hi,

    Please refer the following link which provides to you how to integrate outlook 2007 into visual studio. 

    http://www.c-sharpcorner.com/UploadFile/rambab/OutlookIntegration10282006032802AM/OutlookIntegration.aspx

Page 1 of 1 (4 items)