Table of Contents

Method IsWaitingAt

Namespace
MailFathom.Domain.Delivery
Assembly
MailFathom.Domain.dll

IsWaitingAt(DateTimeOffset)

Reports whether this send is waiting for an instant that has not arrived yet.

public bool IsWaitingAt(DateTimeOffset asOf)

Parameters

asOf DateTimeOffset

The instant the question is asked at.

Returns

bool

true when the message is queued and nothing will attempt it yet.

Remarks

A send held for seconds and one held until Monday are the same record, and this is what tells them apart. Only a waiting send is worth mirroring into a folder: a message the next pass will take needs no copy anywhere, and making one would append and withdraw a message on somebody's mail server for every send.