AdminObject

A base class for all objects that appear in the system address book.

Properties

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

Property

Access

Description

Description

R/W

String

DistinguishedName

R/O

String

Domain

R/O

Domain

LastModifiedBy

R/O

String

MemberOf

R/O

DLMembers

Name

R/W

String

ObjectID

R/O

String

ObjType

R/O

Enum( eadObjDistributionList, eadObjNickname, eadObjResource, eadObjUser, )

PostOffice

R/O

PostOffice

System

R/O

System

Visibility

R/W

Enum( VisibilityTypeConstants )

Methods

Commit()

Writes out all changed information in the object.

Delete( StoreTypeConstants StoreType )

Deletes this object according to the StoreType. The eadGW enumeration is valid only for the User object.

Refresh()

Discards information associated with the object and re-reads the object.

Remarks

None.