Forum Discussion
TechAB
Mar 27, 2020Copper Contributor
How to disable html format in OWA
Hi Folks, Is there a way we can disable HTML formatting in OWA organization wide? We can make changes per users basis on https://outlook.office.com/mail/options/mail/messageContent but we ra...
VasilMichev
Mar 28, 2020MVP
You can toggle this on/off via PowerShell, so it's easy to automate across multiple users:
Set-MailboxMessageConfiguration user -DefaultFormat PlainText
Note that this setting only applies to OWA.
TechAB
Apr 03, 2020Copper Contributor
This indeed helps us but we wanted a way to disable HTML formatted emails both incoming and outgoing. Is there a way this can be achieved?
- Victor_IvanidzeApr 08, 2020Bronze Contributor
Hi TechAB,
in other words you wish to convert all ingoing emails from HTML to the plain text. correct?
If so you have to create a custom transport agent (if you are running on-premise Exchange server).
- TechABApr 08, 2020Copper Contributor
Yes, that is correct. I want to convert all incoming/outgoing emails from HTML to Plain text. I am completely EXO.
- Victor_IvanidzeApr 08, 2020Bronze Contributor
If EXO means Exchange online then the only way I can see is creating a custom Power Automate flow.