AddressLists Interface

Definition

Contains a set of AddressList objects.

public interface class AddressLists : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00063048-0000-0000-C000-000000000046")]
public interface AddressLists : System.Collections.IEnumerable
Public Interface AddressLists
Implements IEnumerable
Attributes
Implements

Remarks

The AddressLists collection provides access to the root of the transport provider's address book hierarchy for the current session.

Properties

Application

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

Class

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

Count

Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.

Item[Object]

Returns an AddressList object from the collection.

Parent

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

Session

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

Applies to