Thread: ACL-Question
View Single Post
  #2  
Old November 7th 06, 02:45 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default ACL-Question

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