Directory.Accumulator.Add.To

Adds an item to an accumulator. Existing accumulator members are not deleted. This action must be specified as a subcommand of Directory.Action.

Parameters

Compose.id (Required)

Specifies the identifier of the directory to which the entry is added.

Directory.id (Required)

Specifies the identifier of the directory to which the entry is added.

Directory.Item.id (Required)

Specifies he identifier of the item to be added to the accumulator.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Returns the same values as Directory.Accumulator.List.

Example

<FORM method="post" action="/servlet/webacc">
   <INPUT type="hidden" name="User.context" value="rytxKjswmdAi">
   <INPUT type="hidden" name="action" value="Directory.Action">
   <INPUT type="hidden" name="merge" value="abwork">
   <INPUT type="hidden" name="Compose.id" value="3">
   <INPUT type="hidden" name="Directory.id" value="GroupWise Address Book">
   <INPUT Type=submit name=Directory.Accumulator.Add.To value="To">
   <INPUT Type="CheckBox" Name="Directory.Item.id"
          Value="126">JDoe.PO_1.Domain_1
</FORM>