Share via


AddressList Object Members

Outlook Developer Reference

Represents an address book that contains a set of AddressEntry objects.

Methods

  Name Description
Bb176627.methods(en-us,office.12).gif GetContactsFolder Obtains a Folder object that represents the Contacts folder for the AddressList object.

Properties

  Name Description
Bb176627.properties(en-us,office.12).gif AddressEntries Returns the AddressEntries collection for the specified object. Read-only.
Bb176627.properties(en-us,office.12).gif AddressListType Returns a constant from the OlAddressListType enumeration that represents the type of the AddressList. Read-only.
Bb176627.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176627.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176627.properties(en-us,office.12).gif ID Returns a String representing the unique identifier for the object. Read-only.
Bb176627.properties(en-us,office.12).gif Index Returns a Long indicating the position of the object within the collection. Read-only.
Bb176627.properties(en-us,office.12).gif IsInitialAddressList Returns a Boolean that indicates if the AddressList is the initial AddressList shown in the Select Names dialog. Read-only.
Bb176627.properties(en-us,office.12).gif IsReadOnly Returns a Boolean value that indicates that the AddressList object cannot be modified. Read-only.
Bb176627.properties(en-us,office.12).gif Name Returns the display name for the object. Read-only.
Bb176627.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176627.properties(en-us,office.12).gif PropertyAccessor Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent AddressList object. Read-only.
Bb176627.properties(en-us,office.12).gif ResolutionOrder Returns an Integer that represents the order of this AddressList to be used when resolving recipient names. Read-only.
Bb176627.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.