AddressEntries Interface

Contains a collection of addresses for an AddressList object.

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

Syntax

'Declaration
<TypeLibTypeAttribute()> _
<DefaultMemberAttribute("Item")> _
<GuidAttribute("0006304A-0000-0000-C000-000000000046")> _
Public Interface AddressEntries _
    Inherits IEnumerable
'Usage
Dim instance As AddressEntries
[TypeLibTypeAttribute()]
[DefaultMemberAttribute("Item")]
[GuidAttribute("0006304A-0000-0000-C000-000000000046")]
public interface AddressEntries : IEnumerable

Remarks

The object may contain zero or more AddressEntry objects and provides access to the entries in a transport provider's address book container.

See Also

Reference

AddressEntries Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Get Members of an Exchange Distribution List