Directory.Accumulate.Group

Adds directory (AddressBooks) group members to the accumulator. Existing accumulator members are replaced. 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 where the Directory.Item.id exists.

Directory.Item.id (Required)

Specifies the 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="abaccum">
   <INPUT type="hidden" name="Directory.id" value="Frequent Contacts">
   <INPUT type="hidden" name="Directory.Item.id" Value="126">
   <INPUT type="hidden" name="Directory.Item.email" Value="Group
       Name">
   <INPUT type="hidden" name="Compose.id" value="3">
   <INPUT Type=submit name=Directory.Accumulate.Group value="1">
</FORM>