AddressEntry Object

         Example         Properties         Methods        

AddressLists collection (AddressList object)
AddressEntries collection (AddressEntry object)

The AddressEntry object is an address in an AddressEntries collection object. Each AddressEntry object in the collection holds information that represents a person or process to which the messaging system can deliver messages.

Using the AddressEntry Object

Set myAddressEntry = myRecipient.AddressEntry

Use AddressEntries(index), where index is the index number of an address entry or a value used to match the default property of an address entry, to return a single AddressEntry object.

Set myAddressEntry = myAddressEntries.Item(index)