P
Peter Marchert
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
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