Share via


AddressEntry Object

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.


Aa613124.parchild(en-us,office.10).gifAddressEntry
Aa613124.space(en-us,office.10).gifAa613124.parchild(en-us,office.10).gif

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

Using the AddressEntry Object

The following example sets a reference to an 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)