K
Koen Vosters
Hi,
I wrote an outlook addin that allows users to save their emails to a certain
SharePoint location. First idea was to save them on a share, have them then
picked up by a service that pushes them into SharePoint. That all worked, but
some people got errors. Thinking that the problem lies with the service and
the save blocking eachother from time to time, we changed the solution where
it is saved locally and then copied to the share. For some reason the error
still remains:
ERROR : System.Runtime.InteropServices.COMException (0x80004004): Operation
aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
at Microsoft.Office.Interop.Outlook._MailItem.SaveAs(String Path, Object
Type)
Any clues to why this is happening?
I wrote an outlook addin that allows users to save their emails to a certain
SharePoint location. First idea was to save them on a share, have them then
picked up by a service that pushes them into SharePoint. That all worked, but
some people got errors. Thinking that the problem lies with the service and
the save blocking eachother from time to time, we changed the solution where
it is saved locally and then copied to the share. For some reason the error
still remains:
ERROR : System.Runtime.InteropServices.COMException (0x80004004): Operation
aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
at Microsoft.Office.Interop.Outlook._MailItem.SaveAs(String Path, Object
Type)
Any clues to why this is happening?