RuleActions

The RulesActions collection holdes the RuleAction objects for a Rule.

Properties

The following table lists properties along with their access and descriptions.

Property

Access

Description

Count

R/O

Long. The number of objects in this collection.

_NewEnum

R/O

Enumeration object. Implements IEnumVARIANT. For Windows only.

Parent

R/O

Account. The Account object that owns this collection.

Methods

RuleAction Add(RuleActionConstants type)

Creates a new rule action with the given type.

Commit()

Commit the changes to the RuleAction.

RuleAction Item(Long Index)

DEFAULT. Returns the RuleAction object specified by Index. Valid indexes are 1 through Count, inclusive.