Table of Contents

Property RunScheduledMailRules

Namespace
MailFathom.Application.Jobs
Assembly
MailFathom.Application.dll

RunScheduledMailRules

Gets the type whose work is asking for one account's scheduled rules to be run over its whole mailbox.

public static JobType RunScheduledMailRules { get; }

Property Value

JobType

Remarks

Its payload contract is MailAccountJobPayload, which names the account and nothing in it. The work itself is short: it records that the run is wanted, and the account's own synchronization runs carry the walk.