WhiteListAddresses object

Description

The WhiteListAdresses object is a collection of all whitelisted email addresses / IP addresses.

Methods

Add()

Adds a new object to the collection.

Clear()

Clears the collection.

DeleteByDBID(long DBID)

Deletes an object in the database by its given database identifier.

Refresh()

Refreshes the collection.

Properties

long Count

The number of objects in the collection.
(read-only)

WhiteListAddress Item(long Index)

Returns an object by its given index.
(read-only)

WhiteListAddress ItemByDBID(long DBID)

Returns a object by its database identifier
(read-only)

Search documentation