blahblahblah has asked for the wisdom of the Perl Monks concerning the following question:
When you save an email in Outlook, it saves in Outlook's binary format with a .msg extension. Some of our users take those mails and attach them to the email that they send into our system. They want our system to simply preserve the attachment and attach it to the record that they're editing. The problem is that either Outlook or Exchange "downgrades" the attachment into an rfc/822-type MIME part. (That makes total sense, because otherwise non-MS email clients wouldn't be able to read it.)
I have two ideas for solving this, and I'm not having much luck with either one.
Thanks, Joe
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Turn an rfc/822 type MIME part into an Outlook .msg file?
by pc88mxer (Vicar) on Jul 15, 2008 at 14:39 UTC |