Re: Help editing a GPO .ADM file

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Mike wrote:
Hi Mike,

You can't achive all of your goals ;)

It's possible to split defining MessageFormat/editor from Use Microsoft Word to read rich text e-mail messages. But you can't choose only the the message format and leave the message editor alone. Thats because it's the same registry value.

Maybe this will help you out a little.

Class User

CATEGORY "Mail Format"

CATEGORY "Message format"

KEYNAME "Software\Policies\Microsoft\Office\11.0\Outlook\Options\Mail"



POLICY "Message format/editor"

PART "Use the following Format/Editor for e-mail messages:" DropDownlist

VALUENAME "EditorPreference"

NOSORT

ITEMLIST

NAME "HTML/Outlook" VALUE NUMERIC 131072

NAME "HTML/Microsoft Word" VALUE NUMERIC 131073 DEFAULT

NAME "Rich Text/Outlook" VALUE NUMERIC 196610

NAME "Rich Text/Microsoft Word" VALUE NUMERIC 196609

NAME "Plain Text/Outlook" VALUE NUMERIC 65536

NAME "Plain Text/Microsoft Word" VALUE NUMERIC 65537

END ITEMLIST

END PART

END POLICY ;Message format/editor

POLICY "Use Word to read rich text e-mail messages"

PART "Use Microsoft Word to read rich text e-mail messages" Checkbox

VALUENAME "UseWordMail"

DEFCHECKED

VALUEON NUMERIC 1

VALUEOFF NUMERIC 0

END PART

END POLICY ;Use Word to read rich text e-mail messages

END CATEGORY ;Message format

END CATEGORY ;Mail Format

Bye
Norbert
--
Dilbert's words of wisdom #04: There are very few personal problems
that cannot be solved by a suitable application of high explosives.

.



Relevant Pages