Adding Attachment with outlook interop

A

Antoine

Configuration : visual studio 2005 c#, Outlook 2003

I have msg File that I open In Outlook (using Process.start then searching
via Interop the last window opened).

When I had (MailItem.attachments.add) an attachment to the MailItem, Outlook
create a new mail in my Inbox with the attachment and don't free the original
file so I can't save it back to file.

Any idea what's the problem?
 
Top