![]() |
| 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. |
|
|||||||
| Tags: edit, labels, outlook, policy |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
We want to change the default names/colours on the labels in the outlook 2003
calendar. We would like to do this from a policy or registry key setting so that our users don`t have to configure this themselves. Has anybody found a way to do this? |
| Ads |
|
#2
|
|||
|
|||
|
Because the label color names are stored on a per-folder basis, not per user, they can't be managed with a Group Policy Object or registry value. You can, however, script them. The sample at http://www.outlookcode.com/codedetail.aspx?id=757 is a VBA prototype, but could be adapted easily to VBScript or any other scripting language. Note that CDO 1.21 on the client is a prerequisite.
-- 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 "Henning" wrote in message ... We want to change the default names/colours on the labels in the outlook 2003 calendar. We would like to do this from a policy or registry key setting so that our users don`t have to configure this themselves. Has anybody found a way to do this? |
|
#3
|
|||
|
|||
|
I have been seeking the same information. Were you ever able to resolve this
to your satisfaction? "Henning" wrote: We want to change the default names/colours on the labels in the outlook 2003 calendar. We would like to do this from a policy or registry key setting so that our users don`t have to configure this themselves. Has anybody found a way to do this? |
|
#4
|
|||
|
|||
|
Label colors are per-folder. Therefore, it would require running a script on every user's machine, preferably after they've started Outlook with the profile they normally use. See http://www.outlookcode.com/codedetail.aspx?id=823 for sample code.
-- 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 "Need help with calendar labels." . com wrote in message news ![]() I have been seeking the same information. Were you ever able to resolve this to your satisfaction? "Henning" wrote: We want to change the default names/colours on the labels in the outlook 2003 calendar. We would like to do this from a policy or registry key setting so that our users don`t have to configure this themselves. Has anybody found a way to do this? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Calendar labels for everyone. | Batesman | Outlook - Installation | 1 | February 19th 06 11:52 PM |
| Outlook Calendar Labels | Joe | Outlook - General Queries | 2 | February 9th 06 03:27 PM |
| Group policy: Always validate personal DLs while sending mail | Ravi Sabharanjak | Outlook - Installation | 1 | January 19th 06 01:48 AM |
| Global Security Policy for Signatures | corey | Outlook - General Queries | 1 | January 18th 06 10:41 PM |
| Source edit in Outlook 2003 | Nees | Outlook - General Queries | 1 | January 18th 06 07:33 PM |