Urgent Help Outlook Policy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I have a w2k3 network with active directory where my users works with:
Outlook 2k, outlook 2k3, outlook xp
and exchange 2k3

I am pretty sure Outlook can only use local stationery. Then I have tried
to wrote a program in vb script in order to set the:
1.- Default font as Arial 11
2.- Not to allow stationery. I mean set the default statonery
as none
In both cases I do not want the users change the status I set it

I found in the resource kit of eacht Office (2k,2k3,xp) how to disable those
things but I did not get where to set the font type, size and stationery that
I wanted it.

Could anyone tell me or send me a vbscript code in order to do this to my
personal email (e-mail address removed)?

I really need any help about it A.S.A.P.

Thanks in advanced for your time

Enrique
 
Use a script or other method to copy the stationery file to the Stationery folder for the user's Windows profile (See http://www.slipstick.com/config/backup.htm) and set this registry value to mandate use of that stationery:

Key: HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Common\MailSettings
Value name: NewStationery
Value type: REG_EXPAND_SZ
Value: Name of the HTML file, without the .htm tag

For example, if the name of the stationery file is “Company Letterhead.htm,†the value for NewStationery would be “Company Letterhead.â€

Similarly, a value called NewTheme in the same key controls the default theme for messages created using WordMail.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top