Directory.GetRecipients

Populates the shared folder list with a list of selected users retrieved from the GroupWise Address Book and closes the GroupWise Address Book. This action must be specified as a subcommand of Folder.Action.

Parameters

Directory.GetRecipients (Required)

Specifies the required subaction.

Compose.id (Required)

Specifies the identifier of the shared folder list in the GroupWise Address Book, as created with Folder.Directory.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Returns the same values as Folder.ListShare.

Remarks

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

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