Table of Contents

Property SendRecurringOccurrence

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

SendRecurringOccurrence

Gets the type whose work is composing one occurrence of a recurring send and writing it into the outbox.

public static JobType SendRecurringOccurrence { get; }

Property Value

JobType

Remarks

Its payload contract is RecurringSendJobPayload, which names the account and the declaration. Each occasion produces an outgoing record of its own, from the draft the declaration was made with, so one occurrence's failure is not another's and no two occasions carry one message identity.