Setting folder sharing permissions from an add-in

M

Mark

I would like to programmatically set sharing permissions on an
Exchange folder. I believe I can use a SharingItem object in Outlook
2007, but is there any way to do this in Outlook 2002 and 2003?

Thanks,
Mark
 
K

Ken Slovak - [MVP - Outlook]

The SharingItem permissions you can set are on that specific sharing item,
not on the underlying folder.

Even the Outlook 2007 object model doesn't expose the folder ACE's and ACL's
used to get/set folder permissions. For that you need to use Extended MAPI
(C++ or Delphi only, no managed code) or a wrapper for Extended MAPI such as
Redemption (www.dimastr.com/redemption).
 
Top