Distributionlist

  • Thread starter Thread starter Ralf
  • Start date Start date
R

Ralf

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
 
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.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

Am Fri, 10 Nov 2006 23:46:54 +0100 schrieb Ralf:
 
Back
Top