View Single Post
  #4  
Old March 14th 06, 12:01 PM posted to microsoft.public.exchange.applications,microsoft.public.outlook.program_vba
Gaspar
external usenet poster
 
Posts: 3
Default Change folder names of all users

No, there is some way to do it because I tested applications that can do
this.
I just want to figure out how.

Thanks

"Sue Mosher [MVP-Outlook]" wrote in message
...
I suspect that Owner permission is needed to change a folder name.

--
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


"Eric Legault [MVP - Outlook]" wrote in
message ...
Are you positive you have full Editor permissions on the user's folder via
the Delegates tab in Tools - Options? Also, if you are a member of the
Exchange Administrators group, by default you do *not* have read nor write
permissions to other user's mailboxes.

--
Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Gaspar" wrote:

I tried the following to rename a given user's folder name but I get a
permissions error (althought I have all the required permissions to
access
all mailboxes).

Set myOlApp= CreateObject ("Outlook.Application")
Set mynamespace = myOlApp.Getnamespace("MAPI")
Set myRecipient = myNamespace.CreateRecipient("usernameXXX")
myRecipient.Resolve
mynamespace.GetSharedDefaultFolder(myRecipient, olfolderCalendar).Name =
"newNameXXX"

Any ideas?





Ads