Table of Contents

Class ObservedEmailFlags

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

Pairs one locally stored email with the flags the server reported for it.

public sealed record ObservedEmailFlags : IEquatable<ObservedEmailFlags>
Inheritance
ObservedEmailFlags
Implements
Inherited Members

Constructors

ObservedEmailFlags(StoredEmailId, RemoteEmailFlagSnapshot)

Pairs one locally stored email with the flags the server reported for it.

Properties

Snapshot

What the server reported, and when it was read.

StoredEmailId

The local identity to write the snapshot onto.