More Outlook Resource Sites

Microsoft Developer Network (MSDN)

FAQs and other general resources

Login

login
password
Remember me

You will need to register and log in if you want to download the source code for the Microsoft Outlook Programming book. The forums and code sharing areas are open to both registered and non-registered visitors.

share code 09-Sep-2010 06:05

Looking for help with Outlook programming projects — VSTO, add-ins, VBA, custom Outlook forms, etc.? You′ve come to the right place!

NEW! >> Subscribe to this site via RSS. For more RSS options, see the complete list of feeds on our main news page.

 

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  
  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 )
  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
  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?
  08-Apr-2008  10:06   
Stephen, it means that the required ACL.DLL component (see my comment above) is not installed on your system.
  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.
  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