AutoFormatRules Members
Include Protected Members
Include Inherited Members
Represents the collection of AutoFormatRule objects in a view.
The AutoFormatRules 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 _AutoFormatRules.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _AutoFormatRules.) | |
Count | Returns an Integer (int in C#) value indicating the count of AutoFormatRule objects in the specified collection. Read-only. (Inherited from _AutoFormatRules.) | |
Item | Returns an AutoFormatRule object from the collection. (Inherited from _AutoFormatRules.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _AutoFormatRules.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _AutoFormatRules.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Creates a new AutoFormatRule object and appends it to the AutoFormatRules collection. (Inherited from _AutoFormatRules.) | |
Insert | Creates a new AutoFormatRule object and inserts it at the specified index within the AutoFormatRules collection. (Inherited from _AutoFormatRules.) | |
Remove | Removes an object from the collection. (Inherited from _AutoFormatRules.) | |
RemoveAll | Removes all custom formatting rules from the AutoFormatRules collection. (Inherited from _AutoFormatRules.) | |
Save | Save all changes to AutoFormatRule objects within the AutoFormatRules collection. (Inherited from _AutoFormatRules.) |
Top