AddressEntry Object (Outlook)

Represents a person, group, or public folder to which the messaging system can deliver messages.

Remarks

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

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.

Example

The following example sets a reference to an AddressEntry object.

Set myAddressEntry = myRecipient.AddressEntry 
 

See Also

Concepts

Outlook Object Model Reference

AddressEntry Object Members