RuleCollection.OutlookRuleBlobExists 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 a Microsoft Outlook rule blob exists in the user's mailbox.
public:
property bool OutlookRuleBlobExists { bool get(); };
public bool OutlookRuleBlobExists { get; }
Public ReadOnly Property OutlookRuleBlobExists As Boolean
Property Value
true if the Outlook rule blob exists; otherwise, false.
Remarks
You can use the OutlookRuleBlobExists property to determine whether to prompt the user before submitting the UpdateInboxRules(IEnumerable<RuleOperation>, Boolean) method.
To update rules when the Outlook rule blob exists, call the UpdateInboxRules(IEnumerable<RuleOperation>, Boolean) method, passing true as the value of the removeOutlookRuleBlob
parameter.