Rules Object Members

Outlook Developer Reference

Represents a set of Rule objects that are the rules available in the current session.

Methods

  Name Description
Bb176778.methods(en-us,office.12).gif Create Creates a Rule object with the name specified by Name and the type of rule specified by RuleType.
Bb176778.methods(en-us,office.12).gif Item Obtains a Rule object specified by Index, which is either a numerical index into the Rules collection or the rule name.
Bb176778.methods(en-us,office.12).gif Remove Removes from the Rules collection a Rule object specified by Index, which is either a numerical index into the Rules collection or the rule name.
Bb176778.methods(en-us,office.12).gif Save Saves all rules in the Rules collection.

Properties

  Name Description
Bb176778.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176778.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176778.properties(en-us,office.12).gif Count Returns a Long indicating the count of objects in the specified collection. Read-only.
Bb176778.properties(en-us,office.12).gif IsRssRulesProcessingEnabled Returns or sets a Boolean that indicates whether RSS rules processing has been enabled. Read/write.
Bb176778.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176778.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.