1

I have a set of winmail.dat files that apparently have evolved from a set of emails with corrupted headers. It looks like Exchange 2010 changed the headers around sometime last September and basically rendered exported .eml files unable to open. Now the HTML/PlainText emails seem to do ok, but the files that use RichText (specifically Microsoft's TNEF format) will not open in any program, Microsoft or not.

I've attempted to use many different non-Microsoft converters and they see it as a corrupted message as well.

If I remove the headers of the email, rename it as a winmail.dat file, some emails will open in Word, but most won't.

If you take a look at the email in a text editor, there are null characters EVERYWHERE that distort the email itself.

Anybody have any experience with this and/or suggestions on how to at least open it?

tearman
  • 146

3 Answers3

0

For others with the same problem but without HTML tags (I guess the original format was RTF), there is a very easy solution: Rename it to winmail.zip and use 7zip/Winzip :)

No other tool could open/extract the content. 7zip could.

I hope this helps others to save a few hours I spent finding no solution and finally trusting my intuition and try it with this approach.

Andy
  • 23
0

Try using Thunderbird to import data. It has a decent filter that can recover most of the mail from Outlook folders.

kworr
  • 801
0

I figured out that if you open the file in a text editor, then look for the "html" tags, copy all of that between the tags to another text file, then rename it as a .doc file, Word should be able to open it.

tearman
  • 146