disable spell check when sending code in Outlook

15

1

Sometimes I send code (or stack traces) via email (Outlook) and it's very annoying to see the red spell check squigglies. What's the best way to deal with this?

JoelFan

Posted 2013-04-29T22:30:35.660

Reputation: 3 012

Is there an option to globally turn off spell checking (and the turn it on again after sending the message)? – David Balažic – 2014-12-01T16:49:20.340

Answers

11

You can turn off spell checking for specific sections of text, such as code. These instructions are for Outlook 2013.

  • Select the text for which you want spell checking turned off
  • Display the Review tab of the ribbon
  • Click on Language then Set Proofing Language
  • The Language dialog box pops up
  • Select Do not check spelling or grammar
  • Click on OK

This removes the red squiggly lines from your code, but keeps checking spelling for the rest of your document.

James

Posted 2013-04-29T22:30:35.660

Reputation: 111

This only seems to work for "blocks" i.e. entire paragraphs or table cells. I've defined both character and paragraph level styles and the spelling errors only go away on text with the paragraph style applied. – David – 2016-04-29T16:07:56.587

0

The easiest way would be to add those words to your dictionary.

  1. Open a mail message.
  2. Click the File tab.
  3. Click Options.
  4. Click Mail, click Spelling and Autocorrect, and then click Proofing.
  5. Make sure the Suggest from main dictionary only check box is cleared.
  6. Click Custom Dictionaries.
  7. In the Custom Dictionaries dialog box, for any custom dictionaries you want to use, make sure the check box next to each of those dictionaries is selected.

I'm sure you could easily enough build a script to generate the dictionary programmatically before you import it.

World Engineer

Posted 2013-04-29T22:30:35.660

Reputation: 117

1Adding every symbol to a custom dictionary is impractical. He just wants to turn spell check off for certain messages. – John Livermore – 2014-10-28T15:35:13.900

4I have to add every possible symbol (variable, method, etc) I will ever possibly use in the future to the dictionary? – JoelFan – 2013-04-30T11:35:47.567

0

So I've found that if you click Cancel on the spell check dialog, I get a message that says "We haven't finished checking your spelling, send anyway?". If you select Yes, you will send the email with out it checking the rest of the document for spelling errors.

This is as close as I can see to the "Send as is" option in other mail clients that ignore spelling for the rest of the document.

It doesn't take away the red lines, but at least it lets you send with out having to ignore every error.

Des Horsley

Posted 2013-04-29T22:30:35.660

Reputation: 267

-1

Select all test using Ctrl+A Then Alt+U+U+R+L and then enter.

Ashish Tyagi

Posted 2013-04-29T22:30:35.660

Reputation: 1

1Is this for a specific version of Outlook? In Outlook 2016 there is no "U" command available after ALT. Perhaps if you listed the commands/dialogs each of those hotkey letters was selecting in turn we could translate this command to other versions of Outlook. – music2myear – 2017-02-10T22:05:13.630