|
Post by fran24cesco on Sept 15, 2011 2:05:32 GMT -6
I am developing a custom webpart for sharepoint (Moss 2007) in which I need to load a file. msg in a document library from a mail sent to my sharepoint site (. eml file). Not having found any method to convert the file. Eml. Msg I followed a different route: I analyzed my eml files, I got the info I needed (to, from, body ...) and now I wanted to create a new file . msg with the info obtained. The problem is that when I try to create a new msg using outlook interop Microsoft.Office.Interop.Outlook.Application Microsoft.Office.Interop.Outlook.Application app = new (); Microsoft.Office.Interop.Outlook.MailItem mail =
I get an error "Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed two to the following error: 80070005"
I tried with the setting of permissions from "dcomcnfg", I installed Outlook 2003 on the server, I installed O2003PIA.MSI but all attempts have not solved my problem.
thanks
|
|