Table of Contents

Method Reaches

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

Reaches(MailRule)

Reports whether one rule takes part in this walk.

public bool Reaches(MailRule rule)

Parameters

rule MailRule

The rule the walk has reached in declared order.

Returns

bool

true when the walk runs the rule.

Exceptions

ArgumentNullException

Thrown when rule is null.