Table of Contents

Property PlacementObservedAt

Namespace
MailFathom.Domain.Mutations
Assembly
MailFathom.Domain.dll

PlacementObservedAt

Gets when synchronization recognized the occurrence this mutation created, or null while it has not.

public required DateTimeOffset? PlacementObservedAt { get; init; }

Property Value

DateTimeOffset?

Remarks

The stage says what the server acknowledged and this says what synchronization has since seen come back, which are different questions with different answers. A relocation is acknowledged the moment the server confirms it, and the message still arrives in the destination folder later as an ordinary discovery that something has to recognize as this mutation's own.