Table of Contents

Method RunsOn

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

RunsOn(MailRuleTrigger)

Reports whether this rule is one an automatic trigger runs.

public bool RunsOn(MailRuleTrigger trigger)

Parameters

trigger MailRuleTrigger

The trigger the walk in progress was started by.

Returns

bool

true when the rule declares this trigger.

Remarks

A rule the trigger does not reach is passed over rather than evaluated and leaves no evaluation behind, exactly as a rule scoped to another account does: it did not decline to match, it was not one of this walk's rules. It follows that such a rule cannot end the pass either, whatever it declares.