Proxy.Directory

Integrates both the access and history proxy lists with the GroupWise Address Book. This action opens the GroupWise Address Book and must be specified as a subcommand of Proxy.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 proxy item, as returned from Proxy.Directory.

Proxy.Directory (Required)

Specifies the required subaction.

User context (Required)

Specifies the context identifier for this user's session.

Return Values

If modifying the proxy access list, returns the same values as Proxy.ListAccess.

If modifying the proxy history list, returns the same values as Proxy.ListHistory.

Example

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