Hi,
I got a mail from a friend,
and the only thing in it is winmail.dat. (and some small text)
I'm pretty sure it is not a virus.
How do I open this file?
I opened it with a text editor
there is some text but most is gibberish.
SOLVED: How to open winmail.dat
SOLVED: How to open winmail.dat
Last edited by mister_v on Wed Jun 21, 2017 6:34 pm, edited 1 time in total.
Re: How to open winmail.dat
This happens when there is problem with sending/recieving the mail.
info from microsoft:
http://www.winmaildat.com
If you are on (debian/ubuntu) linux,
you can install tnef, that will open the file.
it will extract all files that are stored in the winmail.dat into the current directory.
For windows there is Winmail.dat Reader (not tested by me)
http://www.winmail-dat.com
On apple you can use Letter Opener 9 (also not tested by me)
https://itunes.apple.com/us/app/winmail ... 7373?mt=12
info from microsoft:
There is a site that will open the winmail.dat file for you:The Winmail.dat file is used to preserve Rich Text formatting. Outlook uses it when sending a Rich Text-formatted message. During transport, the content of the message may be changed, preventing the receiving client from being able to read the formatting instructions. In other cases, the receiving client does not use or recognize the winmail.dat file.
http://www.winmaildat.com
If you are on (debian/ubuntu) linux,
you can install tnef, that will open the file.
Code: Select all
sudo apt-get install tnef
tnef winmail.dat
For windows there is Winmail.dat Reader (not tested by me)
http://www.winmail-dat.com
On apple you can use Letter Opener 9 (also not tested by me)
https://itunes.apple.com/us/app/winmail ... 7373?mt=12
Re: How to open winmail.dat
Thanks this solved my problem.