• Subject: Re: Zip the Microsoft.Office.Interop.Outlook.dll with my application.
  • Author: Ken Slovak
  • Date: 21 Jul 2010
  • References: 1
If you deploy the Outlook PIA you should only do so with the official
redistributable packages that install into the GAC. Since there isn't an
Outlook 2010 package yet you'd have to wait or embed the PIA interfaces into
your addin using Framework 4.

No matter how that is set up, if you don't have Outlook 2010 installed your
addin won't work.

Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm

"Cat" <typingcat@gmail.com> wrote in message
news:afe607b9-2500-4a8d-ab2d-31098a781de6@t13g2000prf.googlegroups.com...
> To use Outlook 2010 within my C# application I need to be sure that
> the proper Microsoft.Office.Interop.Outlook.dll (version 14) exists in
> the accessible path. This dll comes with Visual Studio 2010, and of
> course I cannot tell the users to install VS 2010 on their system. I
> tested my application on a system that does not have VS 2010, and it
> worked fine as long as the Microsoft.Office.Interop.Outlook.dll is
> located at the same directory where the application resides.
>
> Now, do I have any license violation if I zip
> Microsoft.Office.Interop.Outlook.dll with my application? There is PIA
> but only for Office 2007 (that is, even if the user installs PIA for
> 2007, it won't work with my application because it will throw a
> FileLoadException), and I don't need other dll's like the ones for
> PowerPoint or Word. Plus I don't want to cause users any
> inconveniences like installing another package just to use my
> application.
>
> I once saw a person who claimed to be one of the developers of Outlook
> at "microsoft.public.outlook.general". However, since my question
> seems more appropriate for microsoft.public.outlook.interop, I post it
> here. I would like to have an answer from someone who is part of the
> Outlook team or who have had the same question and got the answer from
> a reliable source. I've already searched the Internet for the answers,
> so I'm afraid that answers like "probably...", "I'm not sure but..."
> wouldn't help me.
>
> Thank you.
>
> PS: I already read pages like
> http://social.msdn.microsoft.com/forums/en-US/vsto/thread/101c03cd-5e3b-44db-b147-189d48a113a9/
20 Jul 2010Zip the Microsoft.Office.Interop.Outlook.dll with my application..Cat
21 Jul 2010\ Re: Zip the Microsoft.Office.Interop.Outlook.dll with my application..Ken Slovak
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)