How do I keep exchange 2013 from converting message bodies from HTML to RTF?
Posted
by
wes
on Server Fault
See other posts from Server Fault
or by wes
Published on 2013-11-05T20:32:01Z
Indexed on
2013/11/05
21:56 UTC
Read the original article
Hit count: 200
exchange-2013
Is there a way to keep Exchange 2013 from converting HTML message bodies of incoming messages into RTF?
I'm looking at a message that was sent to an Exchange 2013 user that has this at the top of the message body (PR_RTF_COMPRESSED):
{*\generator Microsoft Exchange Server;} {*\formatConverter converted from html;}
The message body is in pure RTF. I expect to see HTML wrapped in RTF, which is what I want.
I've looked at "Set-MailUser -Identity blah -UseMapiRichTextFormat Never", but that doesn't work for a user with an Exchange mailbox and I think it only applies to outgoing mail anyway.
© Server Fault or respective owner