AutoFormatRule.Standard Property
Outlook Developer Reference |
Returns a Boolean value that indicates whether the AutoFormatRule object represents a built-in Outlook formatting rule. Read-only.
Version Information
Version Added: Outlook 2007
Syntax
expression.Standard
expression A variable that represents an AutoFormatRule object.
Remarks
If the value of this property is set to True, then the Filter and Name properties of the AutoFormatRule object cannot be changed. Similarly, you cannot use the Remove method of the AutoFormatRules collection to delete a built-in Outlook formatting rule, nor can you use the Insert method of the AutoFormatRules collection to insert a custom formatting rule above or between the built-in Outlook formatting rules contained by that collection.
Example
The following Visual Basic for Applications (VBA) example enumerates the AutoFormatRules collection for the current TableView object, disabling any custom formatting rule contained by the collection.
Visual Basic for Applications |
---|
|
See Also