Table of Contents

Constructor RecurringSendScheduleSource

Namespace
MailFathom.Application.Mail.Delivery.Scheduling
Assembly
MailFathom.Application.dll

RecurringSendScheduleSource(IRecurringSendStore)

Initializes the source over the declarations this deployment holds.

public RecurringSendScheduleSource(IRecurringSendStore recurringSends)

Parameters

recurringSends IRecurringSendStore

Reads the declarations that still produce occurrences.

Exceptions

ArgumentNullException

Thrown when recurringSends is null.