• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

Changing the Reply format revisited

Slipstick Systems

› General › Changing the Reply format revisited

Last reviewed on December 30, 2013     2 Comments

The more things change, the more they stay the same.

Nearly fifteen years have passed since email clients first supported HTML and people are still arguing over plain text and HTML formatted email. It's a "hot" topic, with some users insisting they are right and anyone who disagrees is wrong.

In the early days, the arguments were about whether to use HTML formatting at all. Now it's about replying in the original format or HTML. The tables have turned. It's not pro-plain text saying HTML should never be used, it's pro-HTML saying plain text has to go.

It's just as heated now, with many on the pro-HTML side as unwilling to compromise as the pro-plain text side was in years past. I've even heard a few naughty suggestions about what one could do with netiquette from the 'always reply with HTML formatting' crowd.

When replying to, or forwarding, an email that is in plain text format, it always uses plain text. I want to force it to use HTML. I know I can change it every time, but I want it to be automatic.

Outlook does not offer a way to always use a specific format for all replies, be it RTF or HTML. You need to change it on each message or use a VBA macro to change the format.

Do not use RTF format for any message unless you know the recipient uses Outlook. Only Outlook can decipher the winmail.dat files used by rich text formatting so the recipient will get a plain text message and an attachment that they can't use.

Outlook's behavior with the reply format is to always reply in the format of the original message. If someone sends a plain text message, the reply will always be plain text, because Outlook assumes the sender prefers mail in that format or can only accept mail in that format. This is good netiquette.

In the beginning, when Pine was the #1 client and only a few clients supported HTML, it made sense to reply in the format of the message you were replying to because there was a good chance the recipient couldn't read HTML. With many people on dial-up, plain text messages were faster to send because they were smaller. Additionally, many users paid for internet access by the minute or KB and HTML formatted messages are much larger than plain text messages.

It's surprising how little things have changed. While all modern desktop email clients can handle HTML formatted messages, the popularity of smart phones, blackberries, tablets, and other devices means many users still pay for the amount of data they use.

I stand by recommendations made years ago: avoid changing the format on replies. Don't change the format just because you like HTML better. If you are replying with basic paragraphs of text, respect the sender's choice of plain text.

If you have a valid reason - such as highlighting text and inserting tables, it's fine to change the format. Changing it so a pretty signature can include formatted text and a logo is not a good reason. If the recipient can't read HTML, they are going to see a plain text signature. You should make sure it looks good in plain text.

Edit Signatures

If your HTML signature looks awful in plain text, create a simple plain text signature to use by editing the signature text file.

Type or paste %appdata%\microsoft\signature in the address bar of Windows Explorer and press Enter to open the signature folder, locate your text signatures and make them look nice.

Always use Plain Text

Outlook users who prefer plain text all the time can force plain text replies to all messages by using the option to read all mail in plain text. It won't make your email more secure - modern, updated clients are safe and won’t run scripts in email - but can reduce data usage on metered connections.

In Outlook 2010/2013, always use plain text is set in File, Options, Trust Center, Email Security. In Outlook 2007, it's in Tools, Options, Trust Center, Email Security and in Outlook 2003, look in Tools, Options, Preferences, Email Options.

Read as plain text settings in Outlook 2013

Changing the Reply format revisited was last modified: December 30th, 2013 by Diane Poremsky

Related Posts:

  • To Change the Look of Outlook Replies
  • The Blue Line and Inline Replies in HTML messages
  • To Use Internet-Style Quoting
  • Read Outlook Messages using Plain Text

About Diane Poremsky

A Microsoft Outlook Most Valuable Professional (MVP) since 1999, Diane is the author of several books, including Outlook 2013 Absolute Beginners Book. She also created video training CDs and online training classes for Microsoft Outlook. You can find her helping people online in Outlook Forums as well as in the Microsoft Answers and TechNet forums.

Subscribe
Notify of
2 Comments
newest
oldest most voted
Inline Feedbacks
View all comments

Josiah Kuenzi
September 19, 2013 11:46 am

Hi Diane,

Some executive users I support showed me an issue in replying to messages that were delivered to them in plain text format. The end goal is for the recipients to easily see their response notes. After hitting reply, they immediately change the format from Plain Text to HTML so that their comments will be inserted prefaced by [Name in Brackets] and in another color automatically as they have it set to do in the Outlook Mail Options.

The problem is this setting (Signatures and Stationery | Replying or forwarding messages | font color | mark my comments with: JMK) only works with messages originally sent in HTML. Even when switching immediately to HTML upon clicking reply, the color is not applied all the [Name in Brackets] does get inserted and the bold and italics formatting is applied.

We have tested this in Outlook 2007, 2010, and 2013 and it seems to be broken in all versions as the automatic coloring is not applied. They want it to be efficient, quick, and automatic so they don't have to spend time manually highlighting and formatting the color of all their responses.

Thank you for your help!

0
-1
Reply
Diane Poremsky
Reply to  Josiah Kuenzi
September 19, 2013 12:40 pm

It's broken because the necessary CSS is added when you hit reply, and changing the format after reply keeps the plain text formatting. You need to change it before you hit reply. Its an extra step though - open message, cgo into Edit Message, change format, Reply.

I have a macro at Selectively change message format when replying that changes the format before reply, but mark my comments is not working in it, only font color. I also have a macro that changes all messages to HTML when replying, and can put together one that changes messages as they arrive. You'd want to change messages as they arrive - so mark my words works.

This is used with a run a script rule - every plain text message is converted to html.
Sub ChangePlaintoHTML(Item As Outlook.MailItem)
If Item.BodyFormat = olFormatPlain Then
Item.BodyFormat = olFormatHTML
Item.Save
End If
End Sub

1
-1
Reply

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 30 Issue 29

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Jetpack plugin with Stats module needs to be enabled.
  • Move Deleted Items to Another Folder Automatically
  • Open Outlook Templates using PowerShell
  • Count and List Folders in Classic Outlook
  • Google Workspace and Outlook with POP Mail
  • Import EML Files into New Outlook
  • Opening PST files in New Outlook
  • New Outlook: Show To, CC, BCC in Replies
  • Insert Word Document into Email using VBA
  • Delete Empty Folders using PowerShell
  • Warn Before Deleting a Contact
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Move Deleted Items to Another Folder Automatically

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Google Workspace and Outlook with POP Mail

Import EML Files into New Outlook

Opening PST files in New Outlook

New Outlook: Show To, CC, BCC in Replies

Insert Word Document into Email using VBA

Delete Empty Folders using PowerShell

Warn Before Deleting a Contact

Newest Code Samples

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2025 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.

:wpds_smile::wpds_grin::wpds_wink::wpds_mrgreen::wpds_neutral::wpds_twisted::wpds_arrow::wpds_shock::wpds_unamused::wpds_cool::wpds_evil::wpds_oops::wpds_razz::wpds_roll::wpds_cry::wpds_eek::wpds_lol::wpds_mad::wpds_sad::wpds_exclamation::wpds_question::wpds_idea::wpds_hmm::wpds_beg::wpds_whew::wpds_chuckle::wpds_silly::wpds_envy::wpds_shutmouth:
wpDiscuz

Sign up for Exchange Messaging Outlook

Our weekly Outlook & Exchange newsletter (bi-weekly during the summer)






Please note: If you subscribed to Exchange Messaging Outlook before August 2019, please re-subscribe.

Never see this message again.

You are going to send email to

Move Comment