BlockedAttachments object

Description

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

BlockedAttachment Item(long Index)

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

BlockedAttachment ItemByDBID(long DBID)

Returns a blocked attachment by its database identifier
(read-only)

Search documentation