Message Format

  • Thread starter Thread starter Eric Payne
  • Start date Start date
E

Eric Payne

Is there a way to automatically or script the outlook setting changes for
Default Message Format and Use Word to edit Email Messages.
I need to turn these features off on all our users profiles, Each users logs
into several machines during the day so I want to be able to run something
in the Logon script that changes these settings.
Or maybe a group policy that does this.

Thank you
 
That is correct IslandHopper, but my question was is there a way to set this
automatically.
I have way to many users to do this manually.

Thanks
 
Eric,
My apologies for not reading your question thoroughly. A group policy should
do it or a script to run this registry entry:

[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Outlook\Options\Mail]
"EditorPreference"=dword:00020001

I would recommend creating a group policy.
 
Back
Top