LookupTableEntriesIterator

This object iterates over all LookupTableEntry objects in a LookupTableEntries collection that belong to a PostOffice.

Properties

The following table lists the properties for this class, along with access and descriptions.

Property

Access

Description

ObjType

R/O

Enum( eadObjLookupTableEntriesIterator )

System

R/O

System

Methods

LookupTableEntriesIterator Clone()

Creates a new, independent LookupTableEntriesIterator object. The clone starts at the original’s current position in the collection. Clones are useful for saving the current position of an iterator.

LookupTableEntry Next()

Returns the next LookupTableEntry object, or nothing if the last LookupTableEntry object has already been returned.

Reset()

Resets the LookupTableEntriesIterator to its initial value.

Skip( Long NumItems )

Skips past the next NumItems LookupTableEntry objects, or as many as possible if there are no remaining NumItems to skip. Returns an error if NumItems < 0.

Remarks

None.