_AutoFormatRule.Standard Property

Definition

Returns a Boolean (bool in C#) value that indicates whether the AutoFormatRule object represents a built-in Outlook formatting rule. Read-only.

public:
 property bool Standard { bool get(); };
public bool Standard { get; }
Public ReadOnly Property Standard As Boolean

Property Value

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(Object) method of the AutoFormatRules collection to delete a built-in Outlook formatting rule, nor can you use the Insert(String, Object) method of the AutoFormatRules collection to insert a custom formatting rule above or between the built-in Outlook formatting rules contained by that collection.

Applies to