I need to pull back the security descriptors for the active directory attribute “msExchMailboxSecurityDescriptor” on user account objects.
So far, all I can find is that I need to use this class to do so, but I cannot find any example code of how to start to pull what I want out using it.
I’m restricted to using .Net v2.0.
Anyone with any experience or ideas?
Using the ActiveDS COM component, it seems much simpler: