CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2008
    Posts
    4

    Microsoft.office.Interop.Outlook,version=11.0.0.0

    Hi all

    Microsoft.Office.Interop.Outlook.Application objOutlook;
    Microsoft.Office.Interop.Outlook.NameSpace objNamespace;
    Microsoft.Office.Interop.Outlook.MAPIFolder objMAPIFolder;
    Microsoft.Office.Interop.Outlook.MailItem objItem;
    Microsoft.Office.Interop.Outlook.UserProperty objProp;

    I use this piece of code to generate new message window

    I am using the reference Microsoft.office.Interop.Outlook,version=11.0.0.0 from the Product Microsoft office 2003
    It works in fine in development System
    When I Install my application in the clinet machine ,where I dont have Microsoft office 2003
    So It throws Assembly missing Exception


    How Can I achieve this ,With out Installing Microsoft office 2003 in the Client machine

  2. #2
    Join Date
    May 2007
    Location
    Denmark
    Posts
    623

    Re: Microsoft.office.Interop.Outlook,version=11.0.0.0

    Download this and install it on the client machine
    It's not a bug, it's a feature!

  3. #3
    Join Date
    Sep 2008
    Posts
    4

    Re: Microsoft.office.Interop.Outlook,version=11.0.0.0

    When I try to install Microsoft Office 2003 PIA ,It asks to install the Microsoft word
    Without Word Can PIA be installed?
    Or else PIA should be Installed before Visual Studio 2005


    thanks
    DAM
    Attached Images Attached Images
    Last edited by damu maddy; September 11th, 2008 at 06:09 AM.

  4. #4
    Join Date
    May 2007
    Location
    Denmark
    Posts
    623

    Re: Microsoft.office.Interop.Outlook,version=11.0.0.0

    Hmm, maybe it's not possible... Anyway, for what kind of pop-up are you using this?
    It's not a bug, it's a feature!

  5. #5
    Join Date
    Sep 2008
    Posts
    4

    Re: Microsoft.office.Interop.Outlook,version=11.0.0.0

    I ahve attached the Pop up Image
    Attached Images Attached Images

  6. #6
    Join Date
    May 2007
    Location
    Denmark
    Posts
    623

    Re: Microsoft.office.Interop.Outlook,version=11.0.0.0

    Outlook uses Word as its e-mail editor, so your client will need Word (and Outlook) to use this function...
    It's not a bug, it's a feature!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured