Table of Contents

Property WithheldActions

Namespace
MailFathom.Application.Rules.Actions
Assembly
MailFathom.Application.dll

WithheldActions

Gets the actions another rule had already settled, in the order they were reached.

public IReadOnlyList<PlannedMailRuleAction> WithheldActions { get; }

Property Value

IReadOnlyList<PlannedMailRuleAction>

Remarks

The actions themselves rather than only the rules that declared them, because a rule declaring two changes may have one honored and one withheld, and a record saying only that the rule gave way could not say which.