Lotus Notes FAQ Visit Our Sponsor!

Can you automatically spellcheck email that is sent?

Add a "Personal Preferences Profile" in the e-mail template with a field to enable/disable automatic spell checking. Then, modify the Send & Send & File actions in the Memo; Reply; & Reply with History forms with the following code (add it to the beginning of the other code in the actions):
  speller:=@GetProfileField("PersonalProfile"; "AutoSpellCheck");
  @If(speller="Yes";@Command([EditGotoField];"Body") & @Command([EditSelectAll]) & @Command([ToolsSpellCheck]);"");


Applies to Notes Versions: 4.5 4.6
Last Modified: August 31, 1999