Directory.GetRecipients

Populates the TO, CC, and BC fields in a rule with the list of selected users from the GroupWise Address Book.

Parameters

Directory.GetRecipients (Required)

Specifies the required subaction.

Compose.id (Required)

Specifies the identifier of the rule in the GroupWise Address Book, as created with Rule.Directory.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Returns to the rule template. Information that has been added to the rule fields will be returned.

Value

Description

Folder.id

Move items to this folder.

Folder.drn

Move items to this folder.

Item.bc

List of BC recipients.

Item.cc

List of CC recipients.

Item.message

Message text.

Item.subject

Message subject.

Item.to

List of TO recipients.

RuleCondition

Type of condition: Contains, Does Not Contain, Begins With, Matches.

RuleConditionfield

GroupWise field used for rule comparison: From, Message, Subject, To.

Rule.Condition.text

Comparison text for the rule condition.

Rule.drn

Unique identifier of the rule.

Rule.name

Rule name.

Rule.replyTo

Reply To mode: 0 Reply to Sender and 1 Reply to All.

Rule.subjectPrefix

Prefix for the subject field: Fwd:, Re:.

Rule.type

Rule type: Delete, Forward, Move to Folder, Reply, and Vacation.

Remarks

Directory.GetRecipients is necessary only if you have used any of the following Directory Accumulator actions.

Directory.GetRecipients must be specified as a subcommand of Rule.Action.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type=hidden name=User.context value=xyz>
   <INPUT type=hidden name=action value=Rule.Action>
   <INPUT type=hidden name=Compose.id value=1>
   <INPUT type=image name=Directory.GetRecipients src="btokus.gif">
</FORM>