Auto Create folder to all users mailbox - what would you do?

R

Rue

Hi all

I have a request to automatically deploy a folder to all users mailboxes.
I am using the Application_Startup event to:
- set macro security to low
- create the folder
- if folder exists, reset security to high

Its not the best solution as this macro will fire up every time we open
Outlook. So I am wondering how all you gurus would approach such a request?

Thanks in advance
 
M

Michael Bauer [MVP - Outlook]

That's not the worst approach as it might ensure that the folder wll be
re-created for the case that a user deletes it.

However, if you change anythign in the Registry, Outlook wouldn't recogmize
that before the next startup. So, you cannot change the security setting for
the current session.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Wed, 20 Aug 2008 09:23:08 +1000 schrieb Rue:
 
Top