Table of Contents

Property RequestedActionCount

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

RequestedActionCount

Gets how many changes to the mailbox the walk asked for, counted per action rather than per email.

public int RequestedActionCount { get; init; }

Property Value

int

Remarks

A change is asked for by writing a durable record down; the account's convergence pass is what carries it to the mail server. A record a previous pass already opened for the same rule, revision, and email is counted here as well, because asking again is the same request rather than a second one.