DMSLibraries

This large collection contains DMSLibrary 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( eadObjDMSLibraries )

System

R/O

System

Methods

DMSLibrary Add( String LibraryName, StringDN, [PostOffice PO], [Domain Dom] )

Creates a DMSLibrary with the given LibraryName and DN (distinguished name). If you are adding a DMSLibrary to a PostOffice in the current Domain, only PO is required. If you are adding a DMSLibrary to a PostOffice in another Domain, PO and Dom are required.

DMSLibrary Add( String LibraryName, String DN, [String PO], [String Dom] )

Creates a DMSLibrary with the given LibraryName and DN (distinguished name). If you are adding a DMSLibrary to a PostOffice in the current Domain, only PO is required. If you are adding a DMSLibrary to a PostOffice in another Domain, PO and Dom are required.

DMSLibrariesIterator CreateIterator()

Creates a DMSLibrariesIterator object.

DMSLibrary Item( String Name, [String PO], [String Domain] )

Returns the DMSLibrary with the given Name.

DMSLibrary Item( String Name, [PostOffice PO], [Domain Dom] )

Returns the DMSLibrary with the given Name.

DMSLibrary ItemByDN( String DN, [String Tree] )

Returns the DMSLibrary with the specified DN (distinguished name). If no Tree is supplied, the current tree is assumed.

DMSLibrary ItemByObjectID( String ID )

Returns the DMSLibrary with the specified object ID.

Remarks

None.