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
Public property Application Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _AutoFormatRules.)
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _AutoFormatRules.)
Public property Count Returns an Integer (int in C#) value indicating the count of AutoFormatRule objects in the specified collection. Read-only. (Inherited from _AutoFormatRules.)
Public property Item Returns an AutoFormatRule object from the collection. (Inherited from _AutoFormatRules.)
Public property Parent Returns the parent Object of the specified object. Read-only. (Inherited from _AutoFormatRules.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _AutoFormatRules.)

Top

Methods

  Name Description
Public method Add Creates a new AutoFormatRule object and appends it to the AutoFormatRules collection. (Inherited from _AutoFormatRules.)
Public method Insert Creates a new AutoFormatRule object and inserts it at the specified index within the AutoFormatRules collection. (Inherited from _AutoFormatRules.)
Public method Remove Removes an object from the collection. (Inherited from _AutoFormatRules.)
Public method RemoveAll Removes all custom formatting rules from the AutoFormatRules collection. (Inherited from _AutoFormatRules.)
Public method Save Save all changes to AutoFormatRule objects within the AutoFormatRules collection. (Inherited from _AutoFormatRules.)

Top

See Also

Reference

AutoFormatRules Interface

Microsoft.Office.Interop.Outlook Namespace