![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
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. -- 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 wrote in message oups.com... 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 |
#3
|
|||
|
|||
![]()
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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Ken Slovak - [MVP - Outlook]" wrote in message ... 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. wrote in message oups.com... 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 |
#4
|
|||
|
|||
![]()
New to this site. Just want to add a scenario of the same problem in this post and ask for feedback on how to avoid it in the future. When the person that was delegated access to another calander is terminated, look out. Disabling or removing the mailbox (Exchange 2007) will cause NDR's, or appointment confirmations going to the wrong calendar. Wondering how an administrator can see if delegates exist to avoid this problem, and why Microsoft hasn't made these accessbile on the server side so administrators can remove deletagion prior to disabling the account. If you had this happen the first time, then you know the nightmare trying to figure out what to do.
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Remove default calendar asign another one | Jonatan Sancho | Outlook - Calandaring | 3 | April 6th 06 09:41 PM |
how do I remove symbols in Outlook's calendar? | big moose | Outlook - Calandaring | 1 | March 6th 06 01:31 AM |
How do I remove a delegate from my calendar? | TerrieJabber | Outlook - Calandaring | 1 | February 21st 06 06:04 PM |
Setting Up Calendar Delegates | Chris Z. | Outlook - Calandaring | 2 | February 2nd 06 04:27 PM |
Calendar Delegates | Chris Z. | Outlook - Installation | 0 | January 31st 06 02:19 PM |