RuleActions.Count Property

Outlook Developer Reference

Returns a Long indicating the count of objects in the specified collection. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Count

expression   A variable that represents a RuleActions object.

Remarks

You can enumerate the RuleActions collection from 1 through RuleActions.Count to determine all the rule actions for an existing rule. Although the Rules OM supports creating rules with only the most commonly used rule actions and not all rule actions supported by the Rules and Alerts Wizard, the RuleActions collection includes all rule actions of a rule. Hence you can always enumerate the RuleActions collection object to determine which rule actions are enabled for an existing rule.

See Also