Example

Inspect a winmail.dat Attachment from Outlook

A safe first-pass workflow for understanding a winmail.dat file before asking the sender to resend attachments.

The situation

A customer sends an email that arrives with only a winmail.dat attachment. The recipient needs to know whether it contains the intended document or just Outlook formatting data.

Message context

Subject: Updated onboarding checklist
Attachment: winmail.dat
Sender note: Please review the attached checklist before Friday.

Workflow

  1. Save the winmail.dat file from the email without opening unknown extracted files.
  2. Use Winmail.dat Reader to inspect visible message text and attachment names.
  3. Check whether the expected checklist filename appears in the metadata.
  4. Ask the sender to resend using standard attachments if the content is important or incomplete.
  5. Keep the original email if the attachment is part of a support record.

Support note

The attachment appears to be an Outlook TNEF file. Ask the sender to resend the checklist as a normal DOCX or PDF attachment, preferably with Outlook rich text disabled.

Review checks

Open Winmail.dat Reader Back to examples