Folder.Directory

Integrates shared folders with the GroupWise Address Book and opens the GroupWise Address Book. Folder.SaveShare is required to save the list of accumulated users. This action must be specified as a subcommand of the Folder.Action.

Parameters

In addition to passing the parameters used by Directory.List, it might be helpful to pass the Compose.id into the process (template) doing the directory so that it will be available for adding recipients to the directory.

Compose.id

Specifies the identifier of the shared folder item, as returned from Folder.Directory.

Folder.Directory (Required)

Specifies the required action.

User context (Required)

Specifies the context identifier for this user's session.

Return Values

Returns the same values as Directory.List.

Example

<FORM method=post action="/servlet/webacc">
   <INPUT type=hidden name=User.context value=xyz>
   <INPUT type=hidden name=action value=Folder.Action>
   <INPUT type=hidden name=Compose.id value=1>
   <INPUT type=submit name=Folder.Directory value="Address Book">
</FORM>