Returns an AddressEntries collection object representing the members of a distribution list in an address book.
A distribution list is an AddressEntry object whose DisplayType property is set to olDistList(1) or olPrivateDistList(5).
The Members property returns Nothing if the AddressEntry is not a distribution list.
Read-only AddressEntries.
Syntax
objAddressEntry.Members
objAddressEntry Required. An expression that returns an AddressEntry object.