| Code level: advanced Code area: Outlook Expert Techniques Printer Friendly Version | ||
| Title: Check calendar folder Permissions | ||
| Description: This will check the calendar folder permissions and output them to a file in the "perms" folder with the mailbox name. | ||
| Date: 01-Dec-2005 13:50 | ||
| Code level: advanced | ||
| Code area: Outlook Expert Techniques | ||
| Posted by: Chris Quinn | ||
| Body: |
||
| All 6comments |
| Page [ 1 ] | ||
|
|
Sue Mosher
02-Dec-2005 09:28
Note that this code requires both CDO 1.21 ( see http://www.outlookcode.com/d/cdo.htm ) and the ACL.dll COM component (see http://www.outlookcode.com/d/exstech.htm ) |
|
|
|
Mat Sutton
09-Jan-2007 04:13
Hi The code above looks like something I could use although I also want to know if the Delegate has "See Private Items". I would appreciate any assistance on how to detect which Delegate has the "Delegate can see my Private Items". Thanks Mat |
|
|
|
Stephen Thomas
08-Apr-2008 08:59
I have tried this in my environment and get the error: ActiveX component can't create object: 'MSExchange.ACLObject' Code: 800A01AD. What am I doing wrong? |
|
|
|
Sue Mosher
08-Apr-2008 10:06
Stephen, it means that the required ACL.DLL component (see my comment above) is not installed on your system. |
|
|
|
Chris Quinn
08-Apr-2008 22:48
Thank you Sue Incidentaly I also noticed that I am missing a constant in the code. It works because the cdoDefaultCalendarFolder was not set. I reccomend that you set the variable to the 0 value. Add the following line Const CdoDefaultFolderCalendar = 0 Also looking at the Comment from last January, I have not got a way to view the setting for the Private Items. |
|
|
|
Sue Mosher
09-Apr-2008 06:32
Chris, I don't know how the private items setting is kept. A copy of Outlook Spy might reveal those details. |
|
| Page [ 1 ] | ||
| Post your comment name email |
