P
Paul M
I have a question i cant seem to figure out..
Dim d As Outlook.DistListItem
d = DirectCast(objMAPIFolder.Items.Item(lngItemCount), Outlook.DistListItem)
I have managed to loop through the contacts and find the distribution lists
item, which are then placed into the object above, but i cant find a
property which will show me the email addresses that exist within the
distribution list???
any help appreciated,
Paul.
Dim d As Outlook.DistListItem
d = DirectCast(objMAPIFolder.Items.Item(lngItemCount), Outlook.DistListItem)
I have managed to loop through the contacts and find the distribution lists
item, which are then placed into the object above, but i cant find a
property which will show me the email addresses that exist within the
distribution list???
any help appreciated,
Paul.