Table of Contents

Property ReceivedOnOrAfter

Namespace
MailFathom.Application.Emails.Mailboxes
Assembly
MailFathom.Application.dll

ReceivedOnOrAfter

Gets the inclusive start of the received range in UTC, or null when the range has no start.

public DateTimeOffset? ReceivedOnOrAfter { get; }

Property Value

DateTimeOffset?

Remarks

An email whose received timestamp is unknown matches neither bound, so naming either one excludes undated mail. A caller may write the bound at any offset and it is held here as the instant that names, so which offset was written never changes what is selected.