Directory.Accumulator.Add.BC

Adds an item to an accumulator as a blind carbon copy recipient. 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 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="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.BC value="BC">
  <INPUT Type="CheckBox" Name="Directory.Item.id"
         Value="126">JDoe.PO_1.Domain_1
</FORM>