Forum Discussion
Messages with accents are shown with "message clipped" in Gmail
- 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! 🙂
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
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 🙂