Table of Contents

Property Schedule

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

Schedule

Gets the trigger that runs a rule over the account's whole mailbox when a declared occasion has passed.

public static MailRuleTrigger Schedule { get; }

Property Value

MailRuleTrigger

Remarks

A rule declaring it also declares the schedule beside it, because the trigger says the rule runs on an occasion and the schedule says which. It is what a housekeeping rule wants — one whose condition becomes true with the passage of time rather than with a message arriving — and it reaches the same mail a run somebody asked for does.