PostOffices

This collection contains PostOffice objects.

Properties

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

Property

Access

Description

_NewEnum

R/O

Enumeration object. Implements IEnumVARIANT. (For Windows only.)

ObjType

R/O

Enum( eadObjPostOffices )

System

R/O

System

Methods

PostOfficesIterator CreateIterator()

Creates a PostOfficesIterator object.

PostOffice Item( String Name, [String Domain] )

Returns the PostOffice object with the given Name. If PostOffices is obtained from System, Dom is required.

PostOffice Item( String Name, [Domain Dom] )

Returns the PostOffice object with the given Name. If PostOffices is obtained from System, Dom is required.

PostOffice ItemByDN( String DN, [String Tree] )

Returns the PostOffice object with the given DN (distinguished name). If no Tree is supplied, the current tree is assumed.

PostOffice ItemByObjectID( String ObjectID )

Returns the PostOffice object with the given ObjectID.

Remarks

None.