Table of Contents

Property SkippedEmailCount

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

SkippedEmailCount

Gets how many emails the walk stepped over because their body text had not been extracted yet.

public int SkippedEmailCount { get; init; }

Property Value

int

Remarks

A skipped email is not evaluated and not recorded as evaluated, so it stays in the arrival queue and is reached again once extraction has run for it. It is a wait rather than a failure, which is why it is counted apart from one.