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).
 

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