View Single Post
  #4  
Old May 14th 07, 06:51 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Calender Label Configuration for Outlook 2003

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.


Ads