Table of Contents

Property DiscardedAt

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

DiscardedAt

Gets when the draft was given up, or null while it stands.

public required DateTimeOffset? DiscardedAt { get; init; }

Property Value

DateTimeOffset?

Remarks

A draft is marked here before its copies are taken out of the folder, and its row is removed once they are. The value therefore exists only inside a deletion that has not finished, which is exactly the window a resumed attempt has to recognize.