Table of Contents

Property IsReconciled

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

IsReconciled

Gets whether synchronization has accounted for every occurrence this mutation moved.

public bool IsReconciled { get; }

Property Value

bool

Remarks

This is the terminal state of the join rather than of the protocol sequence, and the two are reached at different moments. Completed says the server did what was asked; this says the local mailbox has stopped owing anything about it, which is what takes the record out of the candidates a later discovery is matched against.