Outlook Folder Question
-
Wednesday, August 08, 2012 12:42 AM
I read this, http://blogs.technet.com/b/heyscriptingguy/archive/2007/09/26/how-can-i-create-a-new-folder-in-microsoft-outlook.aspx
Is there a way to do this for All users in a MailBox Store? Just a script that I can run once, against the server and have a new folder called AWESOME show up in everyone's inbox?
I'd also like to set the homepage for that folder to a URL Http://awesome.script.com.
Thanks,
Jeremy
- Moved by Bill_StewartMicrosoft Community Contributor Wednesday, August 08, 2012 1:21 AM Moving to more appropriate forum (From:The Official Scripting Guys Forum!)
All Replies
-
Wednesday, August 08, 2012 4:57 AM
No, you will need to open each mailbox in question and explicitly add the folder.
Use Namespace.GetSharedDefaultFolder(..., olFolderInbox) to open given user's Inbox folder.
Dmitry Streblechenko (MVP) http://www.dimastr.com/redemption
Redemption - what the Outlook
Object Model should have been
Version 5.3 is now available!
- Marked As Answer by Mapi_Jeremy Wednesday, August 08, 2012 3:32 PM

