TCPIPPorts object

Description

The TCP/IP ports object contains a collection of all TCP/IP ports and addresses hMailServer is configured to listen on.

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.

SetDefault()

Generate default set of objects in this collection

Properties

long Count

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

TCPIPPort Item(long Index)

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

TCPIPPort ItemByDBID(long DBID)

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

Search documentation