View Single Post
  #2  
Old October 4th 06, 03:18 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Is this possible with VBA? Prevent MessageClasses to be safed in public folders...

You don't need code for that. Just have the admins set permissions on who
can create items in those folders. The users will get permissions errors if
they don't have rights to do that.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Mario Kremser" wrote in message
...
Hi Newsgroup,

can someone tell me if it is possible to prevent our outlook 2003 clients
from saving documents (not mails) into public folders. The size of our
public folders is increasing fast (200 gb atm). We run exchange2003. I'm
not
a VBA programer but I know a bit of C#.

So I thought maybe I could publish a VBA script with group policies and
overload the method that saves documents, look if target = public folder
and
output a "not possible"-messagebox - or something like that. Possibly its
also much easier or there is no way to do this on clientside?.

Please help me by answering on this topic!
Thanks.

best regards,
Mario





Ads