Rule.IsNotSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the Rule cannot be modified with the managed code APIs.
public:
property bool IsNotSupported { bool get(); };
public bool IsNotSupported { get; }
Public ReadOnly Property IsNotSupported As Boolean
Property Value
true if the Rule cannot be modified with the managed code APIs; otherwise, false.
Remarks
If the IsNotSupported property is true, the Rule cannot not be modified. You can check the value of the IsNotSupported prior to performing a UpdateInboxRules(IEnumerable<RuleOperation>, Boolean) method.