Share via


AddressList Members

Include Protected Members
Include Inherited Members

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

The AddressList type exposes the following members.

Properties

 

Name

Description

Public property

AddressEntries

Returns the AddressEntries collection for the specified object. Read-only.

Public property

AddressListType

Returns a constant from the OlAddressListType enumeration that represents the type of the AddressList. Read-only.

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

Public property

ID

Returns a String (string in C#) representing the unique identifier for the object. Read-only.

Public property

Index

Returns an Integer (int in C#) value indicating the position of the object within the collection. Read-only.

Public property

IsInitialAddressList

Returns a Boolean (bool in C#) that indicates if the AddressList is the initial AddressList shown in the Select Names dialog. Read-only.

Public property

IsReadOnly

Returns a Boolean value (bool in C#) that indicates that the AddressList object cannot be modified. Read-only.

Public property

Name

Returns the display name for the object. Read-only.

Public property

Parent

Returns the parent Object of the specified object. Read-only.

Public property

PropertyAccessor

Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent AddressList object. Read-only.

Public property

ResolutionOrder

Returns an Integer that represents the order of this AddressList to be used when resolving recipient names. Read-only.

Public property

Session

Returns the NameSpace object for the current session. Read-only.

Top

Methods

 

Name

Description

Public method

GetContactsFolder

Obtains a Folder object that represents the Contacts folder for the AddressList object.

Top

See Also

Reference

AddressList Interface

Microsoft.Office.Interop.Outlook Namespace