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
You get a reference with the GetMember function.

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Keep your Outlook categories organized!
http://www.shareit.com/product.html?productid=300120654&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)
Am Mon, 26 Feb 2007 17:02:09 -0800 schrieb Jonathan:
> Hi, I can create a distribution list. How do I set a reference to an existing
> distribution list item?
[quoted text clipped - 5 lines]
> Many thanks
> Jonathan
Jonathan - 27 Feb 2007 19:48 GMT
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
> You get a reference with the GetMember function.
>
[quoted text clipped - 8 lines]
> > Many thanks
> > Jonathan