How can I show DLs a Contact is on ?

D

DCDuring

How can I create a form that would show the DLs that someone is on ?
Or, alternatively, can I make a DL dynamic so that, when someone moves or
category membership changes, they change the DLs that they are on.
 
K

Ken Slovak - [MVP - Outlook]

DL's can't be dynamic. You would have to iterate everything in all relevant
Contacts folders as well as in the Exchange GAL if you are using Exchange
and check for the Members collection of each DL you found. Iterate the
Members collection and relate each Member to the contact you are interested
in.
 
Top