Re: Help editing a GPO .ADM file
- From: "Norbert Fehlauer [MVP]" <n.fehlauer@xxxxxxx>
- Date: Wed, 14 Feb 2007 23:37:55 +0100
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.
.
- Follow-Ups:
- Re: Help editing a GPO .ADM file
- From: Mike
- Re: Help editing a GPO .ADM file
- Prev by Date: Re: GPO still being applied to user
- Next by Date: Re: Start Windows Messenger for Net Send
- Previous by thread: Start Windows Messenger for Net Send
- Next by thread: Re: Help editing a GPO .ADM file
- Index(es):
Relevant Pages
|