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
Re: Microsoft.office.Interop.Outlook,version=11.0.0.0
Download this and install it on the client machine
1 Attachment(s)
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
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?
1 Attachment(s)
Re: Microsoft.office.Interop.Outlook,version=11.0.0.0
I ahve attached the Pop up Image
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...