Share via


_AutoFormatRule.Standard Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Standard As Boolean
    Get
'Usage
Dim instance As _AutoFormatRule
Dim value As Boolean

value = instance.Standard
[DispIdAttribute()]
bool Standard { get; }

Property Value

Type: System.Boolean

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.

See Also

Reference

_AutoFormatRule Interface

_AutoFormatRule Members

Microsoft.Office.Interop.Outlook Namespace