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 AlwaysUTF8Thanks again for your help! 🙂
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 AlwaysUTF8Thanks again for your help! 🙂
surajbudhani
Microsoft
Dec 10, 2021Perfect, glad its fixed 🙂