Accounts object

Description

The accounts object is a collection of all accounts connected to a specific domain.

Methods

Add()

Adds a new item to the collection.

Delete(long Index)

Deletes an item by its given index in the collection.

DeleteByDBID(long DBID)

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

Refresh()

Refreshes the collection

Properties

long Count

Returns the number of items in the collection
(read-only)

Account Item(long Index)

Returns an account by its given index in the collection.
(read-only)

Account ItemByAddress(string Address)

Returns an account by its given email address.
(read-only)

Account ItemByDBID(long DBID)

Returns an account by its given database identifier.
(read-only)

Search documentation