Table of Contents

Property SuppressedChanges

Namespace
MailFathom.Application.Synchronization.Reconciliation
Assembly
MailFathom.Application.dll

SuppressedChanges

The changes this window found and did not raise, because MailFathom itself had made them. The list is bounded by the mutations MailFathom has in flight rather than by the size of the window, so it is a handful on the runs that have any and empty on every run of a mailbox nobody writes to.

public IReadOnlyList<SuppressedMailboxChange> SuppressedChanges { get; init; }

Property Value

IReadOnlyList<SuppressedMailboxChange>