次の方法で共有


_AutoFormatRule.Standard プロパティ

定義

オブジェクトが組み込みの Outlook 書式設定規則を表すかどうかをAutoFormatRule示すブール値 (C#ではブール値) を返します。 読み取り専用です。

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

プロパティ値

注釈

このプロパティの値が True に設定されている場合、FilterAutoFormatRule オブジェクトの プロパティと Name プロパティは変更できません。 同様に、コレクションの AutoFormatRules メソッドをRemove(Object)使用して組み込みの Outlook 書式設定ルールを削除することも、AutoFormatRules コレクションのメソッドを使用Insert(String, Object)して、そのコレクションに含まれる組み込みの Outlook 書式設定規則の上または間にカスタム書式ルールを挿入することもできません。

適用対象