Properly Displaying Incoming Internet-Style Quoted Messages in Outlook
In the era of old-school internet communication, text-based messaging was prevalent, with users often quoting previous messages in a distinctive style. This format involved prefixing a line with > to indicate a reply or a continuation of the previous thought. Microsoft Outlook, a popular email client, can display these quoted messages, but sometimes, the formatting may not be ideal. This article will guide you through the process of properly displaying incoming internet-style quoted messages in Outlook.
Understanding Internet-Style Quoting
Internet-style quoting, also known as "quoted-printable" encoding, is a method of encoding data to ensure that it remains intact during transmission over email systems. It is particularly useful when dealing with non-ASCII characters and ensures that the message's structure is preserved. In this style, a > symbol is added before each line to indicate that it is a quoted text.
Configuring Outlook to Display Internet-Style Quoted Messages
By default, Outlook should display internet-style quoted messages correctly. However, if you encounter issues, you can manually adjust the settings. To do so:
- Open Outlook and click on File.
- Select Options from the left-hand menu.
- Choose Mail from the Options window.
- Under the Compose messages section, click on Editor Options.
- In the Editor Options window, select the Advanced tab.
- Under the Display section, ensure that the Show unquoted text as plain text option is checked.
Formatting Internet-Style Quoted Messages in Outlook
If you would like to format internet-style quoted messages in Outlook, you can use the following steps:
- Open a new email message in Outlook.
- Click on the Format Text tab.
- Select the Show As Conversations option.
- In the Conversation Settings window, choose Expand Conversations and select the Show Messages from Other Folders option.
- Click OK to save your changes.
Code Block: Example of Internet-Style Quoting in Outlook
User 1: Hello,
How are you today?
User 2: > Hello,
> How are you today?
> I am doing well, thank you!
References
- Book: Outlook 2019 for Windows for Dummies by Bill Dyszel
- Article: Encode or Decode Text by Using Quoted-Printable Encoding in Outlook
- Online Resource: How to Format Quoted Text in Outlook Emails