Remove all calendar delegates

W

wouter

It seems I cannot make my users understand that they should un-tick the
option to send copies to delegates when they delegate permissions on
their calendar. As a result everyone gets meeting-requests from
everyone. To get rid of this problem I'm going to instruct them to use
the Folder List > Calendar > Properties > Permissions instead.

As I do not wish to have everyone remove the current delegates
manually, I'm looking for a (VB-) script to delete all delegates for a
user. Can anyone help me with that?

TIA,
Wouter
 
K

Ken Slovak - [MVP - Outlook]

That should be coded using LDAP or ADSI or some other server side coding
against the AD of your server. That's where the delegate permissions are
stored. They aren't available in the Outlook object model. See
http://www.outlookcode.com/d/adsi.htm for information on ADSI coding.
 
S

Sue Mosher [MVP-Outlook]

There will also be a hidden rule item that handles the forwarding of the meeting requests, etc. to the delegate. Should be possible to delete that with CDO 1.21 or Redemption.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top