Automatically (VBA) remove page colour when replying or forwarding email

0

I am looking to create a macro to remove the page colour from an email when replying to it or forwarding it, either automatically on the single click of a button, instead of having to go to the setting on the ribbon, which takes a few clicks. This is because often an advertising e-shot has a very dark background, and when forwarded the format of the new text is hard or impossible to read. (Besides I am a staunch opposer of Outlook "stationery", and will remove it wherever possible!)

This thread asks the same question Set Page Color to No Color when Forwarding or Replying in Outlook 2010 but it doesn't seem to have been answered. There are one or two other instances in the internet where the question has been asked, but again, no solution.

Surely it must be simple....I assume there must be a property that needs switching?

P.S. I'm thinking that this will involve manipulating the HTML code for the body, and isn't actually a mail-item property - Am I correct? If so, how can this be done (reliably) in VBA

gav

Posted 2016-04-07T08:52:44.123

Reputation: 31

What have you tried? Any VBA change events? Any rules? Anything?

– Raystafarian – 2016-04-07T09:51:52.293

Please note that [SU] is not a script writing service. If you tell us what you have tried so far (including any scripts you are using) and where you are stuck then we can try to help with specific problems. You should also read How do I ask a good question?.

– DavidPostill – 2016-04-07T10:22:11.943

No answers