Using Classic Outlook on Windows for personal email, calendar, and contact management
Hi BOBSQUESTION,
Normally, this is caused by Transport Neutral Encapsulation Format (TNEF), which is affected by Rich Text Format (RTF) settings in Outlook.
If you are using office365 accounts, when sending mails to an external user whom is added as a mail contact, please do steps below with the administrator account:
1. Connect to exchange online by using PowerShell
2. Run commands:
Set-MailContact ******@xxxx.com -UseMapiRichTextFormat never
Set-MailContact -Identity ******@xxxx.com -UsePreferMessageFormat $True
Get-MailContact ******@xxxx.com |fl
3. when finishing all steps, please let end user check the settings in their outlook client. Here are the steps:
click: file—options---mail, under message format option, choose to convert to HTML format.
After changing outlook settings, do not forget clear the auto-complete cache which may keeping the previous setting for a recipient.
If your situations are different, could you please provide information below for us to reproduce your environment?
1. The version of outlook which has that problem
2. Were all attachments affected? What kinds of attachments are being replaced?
3. Let me know if you are a sender or a recipient.
4. Do senders and recipients both use office 365 for business account? Do they use the same domain or different domains but in the same tenant?
5. Please let me know the name of any other kinds of mail which were affected by this problem.
Best Regards,
Erick