Members Property

Microsoft Outlook Visual Basic

Members Property

       

Returns an AddressEntries collection object (for the AddressEntries object) or a Variant (for the DistListItem object) representing the members (for the AddressEntries object) or a member (for the DistListItem object) 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 for the AddressEntries object; read/write for the DistListItem object.

expression.Members

expression   Required. An expression that returns one of the objects in the Applies To list.