Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to lockdown stationery for Outlook 2002 and Outlook 2003


View products that this article applies to.

Summary

Source: Microsoft Support

RAPID PUBLISHING

RAPID PUBLISHING ARTICLES PROVIDE INFORMATION IN RESPONSE TO EMERGING OR UNIQUE TOPICS, AND MAY BE UPDATED AS NEW INFORMATION BECOMES AVAILABLE.

↑ Back to the top


More information

You wish to lock down stationery to a specific stationery file.

↑ Back to the top


Disclaimer

You must deploy a registry value to lock this down. This way, no matter what a user sets in Outlook, the stationery is used.

The key is:
HKEY_CURRENT_USERS\Software\Policies\Microsoft\Office\11.0\Common\MailSettings

You can use a custom ADM file to do this. The text is:

CLASS MACHINE
CLASS USER

	CATEGORY "Outlook 2003 Custom Stationery Changes"

		POLICY "DCED"
		KEYNAME "Software\Policies\Microsoft\Office\11.0\Common\MailSettings"
			PART "Force stationery." EDITTEXT EXPANDABLETEXT
			VALUENAME NewStationery
			DEFAULT "C:\Program Files\Common Files\Microsoft Shared\Stationery\DCED.HTM"
			END PART
		END POLICY
	END CATEGORY


For Outlook 2002, substitute the following:

	CATEGORY "Outlook 2002 Custom Stationery Changes"

		POLICY "DCED"
		KEYNAME "Software\Policies\Microsoft\Office\10.0\Common\MailSettings"
			PART "Force stationery." EDITTEXT EXPANDABLETEXT
			VALUENAME NewStationery
			DEFAULT "C:\Program Files\Common Files\Microsoft Shared\Stationery\DCED.HTM"
			END PART
		END POLICY
	END CATEGORY

↑ Back to the top


Keywords: KB924230, kbrapidpub, kbhowto

↑ Back to the top

Article Info
Article ID : 924230
Revision : 3
Created on : 10/25/2007
Published on : 10/25/2007
Exists online : False
Views : 418