Directory.Accumulator.Delete

Deletes a member from the directory accumulator. This action must be specified as a subcommand of Directory.Action.

Parameters

Compose.id (Required)

Specifies the identifier of an item. This identifier is created when an item integrates with or opens the directory.

Directory.Item.recipType (Required)

Specifies the recipient type of the member being deleted: 1 (To), 2 (CC), and 3 (BC).

Directory.Item.email (Required)

Specifies the identifier of the item to be deleted from 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

<A href="/servlet/webacc?User.context=xyz&action=Directory.Action
&Directory.Accumulator.Delete=&merge=abaccum&Compose.id=3
&Directory.Item.email=JDoe&Directory.Item.recipType=1"> Delete </A>