AddressList Interface

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<GuidAttribute("00063049-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
Public Interface AddressList
'Usage
Dim instance As AddressList
[GuidAttribute("00063049-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
public interface AddressList

Remarks

The AddressList object is an address book that contains a set of AddressEntry objects.

The AddressList object supplies a list of address entries to which a messaging system can deliver messages. An AddressList object represents one address book container available under the transport provider's address book hierarchy for the current session. The entire hierarchy is available through the parent AddressLists object.

See Also

Reference

AddressList Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Display the Select Names Dialog Box to Resolve Recipients

How to: Get the Global Address List or a Set of Address Lists for a Store

How to: Enumerate the Entries in the Global Address List

How to: Display the Address Lists for a Profile