Hi,
I would like to iterate through a given set of Distributionlists.
The structure is like this:
a (->DL)
b (->DL)
b1 (->DL)
e-mail adress
c (->DL)
e-mail adress
e-mail adress
d (->DL)
...
everytime an e-mail adress is found it will be stored.
Has anybody got an idea, or can point me somewhere?
thx
Ralf
Michael Bauer [MVP - Outlook] - 11 Nov 2006 08:52 GMT
Do you mean, DL b is a member of DL a? If so, get each member of a given
list (GetMember function) and check its AddressEntry.DisplayType property.

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --
Am Fri, 10 Nov 2006 23:46:54 +0100 schrieb Ralf:
> Hi,
>
[quoted text clipped - 15 lines]
> thx
> Ralf