View Single Post
  #2  
Old February 13th 09, 12:01 AM posted to microsoft.public.outlook.program_forms
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default How to determine if a user has write access to a Public Folder?

Have you looked at the RDOFolder.ACL collection?
http://www.dimastr.com/redemption/rd...htm#properties

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"fgaudet" u49571@uwe wrote in message news:919dda0c397b8@uwe...
How can I determine programmatically, using VB6, if a user has write
access
to a Public Folder?

- Using the Redemption library, the AddressList.IsReadOnly is not set for
Public Folders.
- Using CDO.Folder.Fields.Item(CDO_PR_RIGHTS) raise an error with Public
Folders (but works correctly for Local folders)
- Using the Outlook.Folder object yields no field or property to read
those
information either...

I've been seeking an answer to this question across the web but found
nothing
so far... at least nothing usable from a VB6 standpoint.

I've not yet looked at the latest version of Redemption - we're still
using
v3.4 as v4.0 breaks a thing or two in our app and we haven't had the time
the
properly check out those issues.

Thanks for any help!!!

Francois



Ads