Members Property

Microsoft Outlook Visual Basic

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 or olPrivateDistList.

The Members property returns Nothing if the AddressEntry is not a distribution list.

Read-only.

expression.Members

expression    Required. An expression that returns an AddressEntry object.