Routes object

Description

The routes object is a collection of all routes 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)

Route Item(long Index)

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

Route ItemByDBID(long DBID)

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

Route ItemByName(string ItemName)

Returns a route by its given domainname.
(read-only)

Search documentation