LDAP Question

Visual Studio78
I have searched and searched and can't find an example. Hopefully, someone

here can assist.



Set objMember = GetObject _

("LDAP://" & gNames & ",ou=" & mServer & ",ou=Recipients,ou=Exchange

Objects,dc=prod")

objMember.GetInfo

arrMemberOf = objMember.GetEx("member")



I am connecting to these Exchange Objects which are distribution lists. It

provides me all the members in the list. What I am looking for is to

extract the owner of these lists from the Managed by tab.



Can someone point me in the proper direction?



Thanks,

Doug


-