Rules Members
Include Protected Members
Include Inherited Members
Represents a set of Rule objects that are the rules available in the current session.
The Rules type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Rules.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Rules.) | |
Count | Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _Rules.) | |
IsRssRulesProcessingEnabled | Returns or sets a Boolean (bool in C#) that indicates whether RSS rules processing has been enabled. Read/write. (Inherited from _Rules.) | |
Item | Obtains a Rule object specified by Index, which is either a numerical index into the Rules collection or the rule name. (Inherited from _Rules.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _Rules.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _Rules.) |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates a Rule object with the name specified by Name and the type of rule specified by RuleType. (Inherited from _Rules.) | |
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. (Inherited from _Rules.) | |
Save | Saves all rules in the Rules collection. (Inherited from _Rules.) |
Top