carlcamera:My first guess is that your COM object needs to be registered on your web server.
Hi,
I am using Outlook 2002 and trying to read mails from Inbox.
I have added Interop.Microsoft.office.core.dll and interop.outlook.dll as references.
now i have used the following code
Outlook.Application objoutlook = new Outlook.Application();//getting exception
Error would be like this:
UnAuthorizedAccessException:
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80070005.
I dont know where is the problem is exactly,,,,
I am using VS 2005 and developed application in ASP.NET..
Can u help me in this regard
Thanks in Advance
Someswar