Rule.Read

Returns the details of a selected rule.

Parameters

User.context (Required)

Specifies the context identifier for this user's session.

Rule.Read (Required)

Specifies the required action.

Rule.drn (Required)

Specifies the unique rule identifier.

Return Values

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 (for example, Contains, Does Not Contain, Begins With, Matches).

RuleConditionfield

GroupWise field used for rule comparison (for example, 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. Possible values are 0 (reply to sender) and 1 (reply to all).

Rule.subjectPrefix

Prefix for the subject field (for example, Fwd:, Re:).

Rule.type

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

Example

<A href="/servlet/webacc?User.context=xyz&action= Rule.Action
&Rule.Read=&Rule.drn=1"> Read Rule </A>