Table of Contents

Method EmailsReceivedSince

Namespace
MailFathom.Domain.Synchronization
Assembly
MailFathom.Domain.dll

EmailsReceivedSince(DateOnly)

Creates a window that reaches no further back than one date.

public static MailSynchronizationWindow EmailsReceivedSince(DateOnly earliestEmailReceivedDate)

Parameters

earliestEmailReceivedDate DateOnly

The earliest date a server may have received an email on, which is itself inside the window.

Returns

MailSynchronizationWindow

A window bounded at that date.