Nicknames

This collection contains Nickname 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( eadObjNicknames )

System

R/O

System

Methods

Nickname Add( String ObjName, AdminObject Owner, [String PO], [String Dom] )

Creates a GroupWise Nickname object with the given ObjName and Owner. Owner may not be a Nickname object. See the table under Remarks.

Nickname Add( String ObjName, AdminObject Owner, [PostOffice PO], [Domain Dom] )

Creates a GroupWise Nickname object with the given ObjName and Owner. Owner may not be a Nickname object. See the table under Remarks.

NicknamesIterator CreateIterator()

Creates a NicknamesIterator object.

Nickname Item( String Name, [String PO], [String Dom] )

Returns the object with the given Name. See the table under Remarks.

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

Returns the object with the given Name. See the table under Remarks.

Nickname ItemByObjectID( String ObjectID )

Returns the Nickname object with the given ObjectID.

Remarks

The Owner of a Nickname must exist in the same Domain and PostOffice as the Nickname.

This table applies to the above methods as noted. It shows the parameters you can use with the methods depending on where you obtain the Nicknames object.

Source of Nicknames Object

Required Parameters

Optional Parameters

PostOffice

   

PO, Dom

Domain

PO

Dom

System

PO, Dom