views:

66

answers:

0

I'm trying to programatically find out which distribution lists an address entry is a member of. I can do this using LDAP by accessing the memberof property. However, this requires administrative access. Outlook manages to display this information in its GAL view without having admin access. Is there a publicly exposed way of doing this?

I've also found a COM dll at CDO Live that claims to expose an interface to do this. This suggests it is possible.