Require Application.SpellingError event (suggestion)

P

Peter Ritchie

It would be nice to have a SpellingError event. This event would contain the
mailitem with the error and position of the error (start, length; or start,
end) for context.

The event should provide a means to accept the spelling to avoid error or
continue as an error. e.g. a Boolean Igore parameter that when change to
True (from the default False) does not inform the user of the error--allowing
the SpellingError event handler to automatically correct the error or
validate the text as acceptable.

-- Peter
 
Top