Sometimes, when you send a message to some contacts in outlook, this message appears on the recipient, as an attached file named winmail.dat this is because the properties of the contact or the mail are set to RTF format:
To correct this generaly you can disable TNEF on the exchange server doing the commnad:
Set-RemoteDomain -Identity * -TNEFEnabled $false
One thought on “Exchange 2003/2016/2019 how to disable RTF format for all outgoing emails”