Directory.Accumulator.List

Lists the members in the directory accumulator. This action must be specified as subcommand of Directory.Action.

Parameters

Compose.id (Required)

Specifies the identifier of an item, as created when an item integrates with or opens the directory.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Value

Description

Compose.id

Identifier of an item. This identifier is created when an item integrates with or opens the directory. For example, it can identify an email message.

Directory.id

Identifier of the directory where the specified group exists. This identifier is only used when the accumulator holds group members.

Directory.Item.comments

Comments for the group. This identifier is only used when the accumulator holds group members.

Directory.Item.count

Number of items in the accumulator.

Directory.Item.id

Identifier of the group. This identifier is only used when the accumulator holds group members.

Directory.Item.isGroup

Identifies whether the accumulator is a group. A value of 1 indicates that the accumulator is a group. This identifier is only used when the accumulator holds group members.

Directory.Item.name

Name of the group. This identifier is only used when the accumulator holds group members.

Directory.Item[n].email

Email address of the nth item.

Directory.Item[n].recipType

Recipient type of the nth item: 1 (To), 2 (CC), and 3 (BC).

Example

<A href="/servlet/webacc?User.context=xyz&action=Directory.Action
&Directory.Accumulator.List=&merge=abaccum&Compose.id=3"> List </A>