DistributionLists object

Description

The DistributionLists object is a collection of all distribution lists connected to a specific domain.

Methods

Add()

Adds a new list to the collection.

DeleteByDBID(long lDBID)

Deletes a list from the collection.

Refresh()

Refreshes the collection from the database.

Properties

long Count

Returns the number of lists in the collection.
(read-only)

DistributionList Item(long Index)

Returns the distribution list by the given index.
(read-only)

DistributionList ItemByAddress(string sAddress)

Returns the list in the collection by the given address.
(read-only)

DistributionList ItemByDBID(long DBID)

Returns the list in the collection by the given database identifier.
(read-only)

Search documentation