Distributionlist

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
 
M

Michael Bauer [MVP - Outlook]

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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top