Directory.GetRecipients

Populates the proxy access or history list with the list of selected users from the GroupWise Address Book and closes the GroupWise Address Book.

Parameters

Directory.GetRecipients (Required)

Specifies the required subaction.

Compose.id (Required)

Specifies the identifier of the proxy access or history list in the GroupWise Address Book, as created with Proxy.Directory.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Returns the selected User.Id and any proxy rights selected before opening the directory.

Remarks

Directory.GetRecipients is necessary only if you have used any of the following Directory Accumulator actions:

Directory.GetRecipients must be specified as a subcommand of Proxy.Action.

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=image name=Directory.GetRecipients src="btokus.gif">
</FORM>