Office 365 mailbox (Exchange online) with winmail.dat attachments
Receiving emails in office 365 mailbox (Exchange online) with winmail.dat attachments
Issue Description: Customer is receiving emails with winmail.dat
attachments.
Cause: This is due to Office365 setting the default attachment
format to TNEF. This format causes issues with mail clients that are unable to
read this attachment format, thus creating the WINMAIL.DAT issue.
Resolution: The solution is disabling
the TNEF via Office365 Portal as:
- In Exchange Admin Centre, Go to Mailflow>>Remote Domains.
- Select Use Rich-text Format as Never.
- Save it.
One can also use PowerShell to turn the conversion off as:
- $Cred = Get-Credential
- Type in your Office365 admin user credentials
- Connect-msolservice -credential $Cred
- $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $Cred -Authentication Basic -AllowRedirection
- Import-PSSession $Session
- Set-RemoteDomain Default -TNEFEnabled $false
- Remove-PSSession $Session
Referenced Link:
Manage
TNEF Message Formatting with Remote Domains: https://msdn.microsoft.com/en-us/library/gg263346(v=exchsrvcs.149).aspx
For
Specific External users https://support.microsoft.com/en-us/kb/2487954
The good news is, if you don't need the full suite of Microsoft 365 tools, you can access a number of its apps online for free -- including Word, Excel, PowerPoint, OneDrive, Outlook, Calendar and Skype. Here's how to get them: Go to Office.com. Login to your Microsoft account (or create one for free).
ReplyDeletefor more information click here: how to add another email account to outlook 2016