Table of Contents

Property Actions

Namespace
MailFathom.Application.Rules.History
Assembly
MailFathom.Application.dll

Actions

Gets the changes the rule declared and what became of each, in the order the rule declares them.

public required IReadOnlyList<MailRuleExecutedAction> Actions { get; init; }

Property Value

IReadOnlyList<MailRuleExecutedAction>

Remarks

Empty for a rule that did not match, and for a matching rule that changes nothing.