Forum Discussion
mcornella
Dec 10, 2021Copper Contributor
Messages with accents are shown with "message clipped" in Gmail
Using Exchange Online, when I send a message with non-ASCII characters Gmail shows this at the bottom: [Message clipped] View entire message This is regardless of the total size of the ema...
- Dec 10, 2021
surajbudhani the Set-OwaVirtualDirectory Powershell command is not available for Exchange Online. Before posting this I had been looking at Set-OwaMailboxPolicy but never found the OutboundCharset parameter. Thanks to your help I double-checked and sure enough, this does what I need:
Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default -OutboundCharset AlwaysUTF8
Thanks again for your help! 🙂
surajbudhani
Microsoft
Dec 10, 2021
You can enforce OWA to use UTF8 by using the following command
Set-OwaVirtualDirectory -Identity "Contoso\owa (default Web site)" -OutboundCharset AlwaysUTF8
If this helps you Mark this as Verified Answer
mcornella
Dec 10, 2021Copper Contributor
surajbudhani the Set-OwaVirtualDirectory Powershell command is not available for Exchange Online. Before posting this I had been looking at Set-OwaMailboxPolicy but never found the OutboundCharset parameter. Thanks to your help I double-checked and sure enough, this does what I need:
Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default -OutboundCharset AlwaysUTF8
Thanks again for your help! 🙂
- surajbudhaniDec 10, 2021
Microsoft
Perfect, glad its fixed 🙂