01 / Fast steps
- Drop or select the winmail.dat file.
- The container is decoded automatically.
- Download the attachments it was hiding.
Drop the winmail.dat you received instead of the attachment and get the real files back, with their original names.
Your files never leave your device. This tool even works offline.
01 / Fast steps
02 / Best for
03 / Why here
04 / Keep in mind
Tool connections
faq
It is a TNEF container, short for Transport Neutral Encapsulation Format. When Outlook sends a message in its Rich Text format, it packs the formatting and every attachment into one binary file called winmail.dat. Mail clients that understand TNEF unpack it invisibly; everything else shows you the container itself. So the attachment is not lost, it is wrapped: the sender chose a format only Outlook fully speaks.
The fix is on the sending side, not yours. The sender has to compose in HTML or plain text instead of Rich Text, either for that message or as the default in their Outlook settings. Asking them to resend as HTML usually solves it in one step, which is worth knowing because no setting on your end can undo the encapsulation.
Because two names live in the container. The attachment title field only holds the old 8.3 short name, which is why many tools hand you QUARTE~1.XLS, while the full name sits in a MAPI property block alongside it. This tool reads that block and prefers the long name, falling back to the short one only when there is nothing better.
No. The container is decoded by JavaScript in your browser tab and the attachments are written straight to your disk. That is the point: winmail.dat files usually arrive in work email, so the attachment inside is often exactly the kind of document that should not be handed to a stranger to unpack.