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...
Zip the Microsoft.Office.Interop.Outlook.dll with my application.
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...
Zip the Microsoft.Office.Interop.Outlook.dll with my application.