>> Distribution List

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I can create a distribution list. How do I set a reference to an existing
distribution list item?

(I appologise if this appears twice as my first attempt to post this
question resulted in a error notification. So am not sure whether it was
posted successfully).

Many thanks
Jonathan
 
Hi Michael, I see that the GetMember function is used to return a member of a
specific distribution list. However, in looking up this function I found what
I was looking for...

TypeName(myFolderItems.Item(x)) = "DistListItem"
and
myDistList.DLName

So thank you Michael for pointing me in the right direction.

Many thanks
Jonathan
 
Back
Top