A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Installation
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Prevent users from using stationary



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 11th 06, 02:14 PM posted to microsoft.public.outlook.installation
Tyler Barnes
external usenet poster
 
Posts: 5
Default Prevent users from using stationary

Is there a way to administratively keep users from using stationary when
sending an email? Stationary only works with HTML emails so I thought there
might be a way to prevent HTML emails using a group policy security setting.
I am not sure if this post is in thr right area, but I thought I'd give it a
shot.

Thanks.
Ads
  #2  
Old May 11th 06, 02:27 PM posted to microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Prevent users from using stationary

I researched this for my "Configuring Microsoft Outlook 2003" book (see signature). There are several other steps you need to take:

1) Create a NewStationery value in the HKEY_CURRENT_USER\Software\Policies\Microsoft\Offi ce\11.0\Common\MailSettings key and leave it blank to prevent users from choosing any default stationery. You can create a new .adm file if you want to add that to the group policy editor.

2) Use the group policy editor to disable certain toolbar commands in both Outlook and Word, IDs below:

Outlook

Actions | New Message Using More Stationery 5611


Word

Format Background 30403
Format Theme 3623
Format | Background Standard Colors 3224
Format | Background More Colors 2857
Format | Background Fill Effects 2858
Format | Background Printed Watermark 4003
View HTML Source 3902
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tyler Barnes" wrote in message ...
Is there a way to administratively keep users from using stationary when
sending an email? Stationary only works with HTML emails so I thought there
might be a way to prevent HTML emails using a group policy security setting.
I am not sure if this post is in thr right area, but I thought I'd give it a
shot.

Thanks.

  #3  
Old May 19th 06, 02:20 PM posted to microsoft.public.outlook.installation
Tyler Barnes
external usenet poster
 
Posts: 5
Default Prevent users from using stationary

Is this specific to 2003? I am running XP on my machine and I do not have a
Microsoft folder under Policies in the registry.

"Sue Mosher [MVP-Outlook]" wrote:

I researched this for my "Configuring Microsoft Outlook 2003" book (see signature). There are several other steps you need to take:

1) Create a NewStationery value in the HKEY_CURRENT_USER\Software\Policies\Microsoft\Offi ce\11.0\Common\MailSettings key and leave it blank to prevent users from choosing any default stationery. You can create a new .adm file if you want to add that to the group policy editor.

2) Use the group policy editor to disable certain toolbar commands in both Outlook and Word, IDs below:

Outlook

Actions | New Message Using More Stationery 5611


Word

Format Background 30403
Format Theme 3623
Format | Background Standard Colors 3224
Format | Background More Colors 2857
Format | Background Fill Effects 2858
Format | Background Printed Watermark 4003
View HTML Source 3902
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tyler Barnes" wrote in message ...
Is there a way to administratively keep users from using stationary when
sending an email? Stationary only works with HTML emails so I thought there
might be a way to prevent HTML emails using a group policy security setting.
I am not sure if this post is in thr right area, but I thought I'd give it a
shot.

Thanks.


  #4  
Old May 20th 06, 05:23 AM posted to microsoft.public.outlook.installation
Milly Staples [MVP - Outlook]
external usenet poster
 
Posts: 4,696
Default Prevent users from using stationary

If you change all references to Office 11 to Office 10, do you find what you
are looking for?

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, Tyler Barnes asked:

| Is this specific to 2003? I am running XP on my machine and I do not
| have a Microsoft folder under Policies in the registry.
|
| "Sue Mosher [MVP-Outlook]" wrote:
|
|| I researched this for my "Configuring Microsoft Outlook 2003" book
|| (see signature). There are several other steps you need to take:
||
|| 1) Create a NewStationery value in the
||
HKEY_CURRENT_USER\Software\Policies\Microsoft\Offi ce\11.0\Common\MailSettings
|| key and leave it blank to prevent users from choosing any default
|| stationery. You can create a new .adm file if you want to add that
|| to the group policy editor.
||
|| 2) Use the group policy editor to disable certain toolbar commands
|| in both Outlook and Word, IDs below:
||
|| Outlook
||
|| Actions | New Message Using More Stationery 5611
||
||
|| Word
||
|| Format Background 30403
|| Format Theme 3623
|| Format | Background Standard Colors 3224
|| Format | Background More Colors 2857
|| Format | Background Fill Effects 2858
|| Format | Background Printed Watermark 4003
|| View HTML Source 3902
|| --
|| Sue Mosher, Outlook MVP
|| Author of Configuring Microsoft Outlook 2003
|| http://www.turtleflock.com/olconfig/index.htm
|| and Microsoft Outlook Programming - Jumpstart for
|| Administrators, Power Users, and Developers
|| http://www.outlookcode.com/jumpstart.aspx
||
|| "Tyler Barnes" wrote in
|| message ...
||| Is there a way to administratively keep users from using stationary
||| when sending an email? Stationary only works with HTML emails so I
||| thought there might be a way to prevent HTML emails using a group
||| policy security setting. I am not sure if this post is in thr right
||| area, but I thought I'd give it a shot.
|||
||| Thanks.


  #5  
Old May 23rd 06, 08:36 PM posted to microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Prevent users from using stationary

As always with registry changes, you would need to create any necessary parent keys that are not already present. Using group policy, as I suggested is the best approach.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tyler Barnes" wrote in message ...
Is this specific to 2003? I am running XP on my machine and I do not have a
Microsoft folder under Policies in the registry.

"Sue Mosher [MVP-Outlook]" wrote:

I researched this for my "Configuring Microsoft Outlook 2003" book (see signature). There are several other steps you need to take:

1) Create a NewStationery value in the HKEY_CURRENT_USER\Software\Policies\Microsoft\Offi ce\11.0\Common\MailSettings key and leave it blank to prevent users from choosing any default stationery. You can create a new .adm file if you want to add that to the group policy editor.

2) Use the group policy editor to disable certain toolbar commands in both Outlook and Word, IDs below:

Outlook

Actions | New Message Using More Stationery 5611


Word

Format Background 30403
Format Theme 3623
Format | Background Standard Colors 3224
Format | Background More Colors 2857
Format | Background Fill Effects 2858
Format | Background Printed Watermark 4003
View HTML Source 3902
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Tyler Barnes" wrote in message ...
Is there a way to administratively keep users from using stationary when
sending an email? Stationary only works with HTML emails so I thought there
might be a way to prevent HTML emails using a group policy security setting.
I am not sure if this post is in thr right area, but I thought I'd give it a
shot.

Thanks.


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Prevent Scheduling Onque Outlook - Calandaring 1 April 19th 06 06:50 PM
How to Prevent Users from changing the Mail Delivery Location. SMS_Mike Outlook - Installation 1 March 23rd 06 08:20 PM
stationary windandwaves Outlook - General Queries 1 March 21st 06 03:30 PM
Stationary Nedzad, Bosnia Outlook - General Queries 0 February 7th 06 11:42 AM
help with stationary please Steve Blair Outlook - General Queries 0 January 30th 06 05:36 PM


All times are GMT +1. The time now is 05:37 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.