the msg file is a outlook email item that was parsed out from a pst. I would
like to extract out the attachments from them. So let's say that there is an
msg file with an office document as an attachment. I would like to be able
to save that document, doc, rtf, xls, whatever, into it's own file.
in a nutshell i'd like to be able to programmatically open up loose email
files and perform something analogous to a "save as" on it's attachments.