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")> _
Public Interface AddressList
'Usage
Dim instance As AddressList
[GuidAttribute("00063049-0000-0000-C000-000000000046")]
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