1.1 Visual Basic

To get the handle to the GroupWise System object, from Visual Basic use:

Set objAdminSystem = CreateObject( "NovellGroupWareAdmin" )

The variable objAdminSystem must be of type variant or object.

Next, log in to GroupWise by invoking the System Object Connect method. From Visual Basic, use:

objAdminSystem.Connect (txtPath)

The String txtPath is the full path to the domain database (do not enter the domain database name itself—only the path is expected).

Your application is now connected to a GroupWise domain and the System object properties are valid. Store contents are accessible through the System object.