Thread: ACL-Question
View Single Post
  #3  
Old November 8th 06, 10:26 AM posted to microsoft.public.outlook.program_vba
Peter Marchert
external usenet poster
 
Posts: 208
Default ACL-Question

Hello Ken,

thanks for your answer.

I think that would work but at the moment I can`t test it because I
have problems to give rights to the public folder (80004005 error).

Peter

Ken Slovak - [MVP - Outlook] schrieb:

A group would be an Exchange DL, so get the AddressEntry from the RDOACE
object and then work with that AddressEntry object to see if it's a DL and
if so get the Members of the DL.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Peter Marchert" wrote in message
oups.com...
Hello,

I`m writing a code to check the user rights in public folders. With the
following loop I can get the rights of each user or group:

For Each objACE In objRDOFolder.ACL
Debug.Print objACE.Name & " - " & objACE.Rights
Next

But how can I get the groups which the current user belongs to?

Peter

--
Peter Marchert
[EDV-Service Marchert]
Homepage: http://www.marchert.de
Excel- und Outlookprogrammierung


Ads