SURBLServers object

Description

The SURBLServers object is a collection of all SURBL servers set up in the hMailServer installation.

Methods

Add()

Adds a new object to 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)

SURBLServer Item(long Index)

Returns a SURBL server by its given index.
(read-only)

SURBLServer ItemByDBID(long DBID)

Returns a SURBL server by its database identifier
(read-only)

SURBLServer ItemByDNSHost(string sDNSHost)

Returns a SURBL server by its DNS host
(read-only)

Search documentation