Rule.IsNotSupported Property

Definition

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.

Applies to