![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Is there anyway to either change the default label settings in Outlook,
propogate them through the Exchange server, or lock the settings on the mailbox? Essentially, we're trying to achieve uniform label settings across an intranet and any suggestions you have to effect that are appreciated. |
Ads |
#2
|
|||
|
|||
![]()
You can apply labels with a script, but you can't lock them down unless you block the toolbar commands. See http://www.outlookcode.com/codedetail.aspx?id=823 for a code sample.
-- 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 "SAMAS" wrote in message ... Is there anyway to either change the default label settings in Outlook, propogate them through the Exchange server, or lock the settings on the mailbox? Essentially, we're trying to achieve uniform label settings across an intranet and any suggestions you have to effect that are appreciated. |
#3
|
|||
|
|||
![]()
Okay, tried implementing the script but now I'm getting
E_ACCESSDENIED(80070005) after commented out the error skipping lines. I made sure Server Scripting is enabled in Outlook, reinstalled it, and installed SP2 all to no avail. I tried manually registering scrptxtn.dll and get error entry point not found/does not appear to be a .DLL file. Thoughts? "Sue Mosher [MVP-Outlook]" wrote: You can apply labels with a script, but you can't lock them down unless you block the toolbar commands. See http://www.outlookcode.com/codedetail.aspx?id=823 for a code sample. -- 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 "SAMAS" wrote in message ... Is there anyway to either change the default label settings in Outlook, propogate them through the Exchange server, or lock the settings on the mailbox? Essentially, we're trying to achieve uniform label settings across an intranet and any suggestions you have to effect that are appreciated. |
#4
|
|||
|
|||
![]()
That error suggests that the user running the script doesn't have owner-level permission on the folder being modified.
Server scripting has nothing to do with this task; it's used for creating event scripts on Exchange, not for performing client operations. -- 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 "SAMAS" wrote in message ... Okay, tried implementing the script but now I'm getting E_ACCESSDENIED(80070005) after commented out the error skipping lines. I made sure Server Scripting is enabled in Outlook, reinstalled it, and installed SP2 all to no avail. I tried manually registering scrptxtn.dll and get error entry point not found/does not appear to be a .DLL file. Thoughts? "Sue Mosher [MVP-Outlook]" wrote: You can apply labels with a script, but you can't lock them down unless you block the toolbar commands. See http://www.outlookcode.com/codedetail.aspx?id=823 for a code sample. "SAMAS" wrote in message ... Is there anyway to either change the default label settings in Outlook, propogate them through the Exchange server, or lock the settings on the mailbox? Essentially, we're trying to achieve uniform label settings across an intranet and any suggestions you have to effect that are appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2003 configuration | MLB | Outlook - Installation | 1 | January 23rd 07 08:46 PM |
Extension Configuration - Outlook 2003 | Jockdownsouth | Outlook - General Queries | 2 | December 6th 06 08:42 AM |
Outlook 2003: Label Text | oceanmist | Outlook - Calandaring | 1 | September 5th 06 03:03 PM |
adding a new color label to the label list for Microsoft Outlook 2 | CSS Tech | Outlook - Calandaring | 1 | July 21st 06 04:57 PM |
Outlook 2003 configuration | Brian | Outlook - Installation | 1 | February 3rd 06 11:13 PM |