Method AccountsForFlaggedStateOf
- Namespace
- MailFathom.Domain.Mutations
- Assembly
- MailFathom.Domain.dll
AccountsForFlaggedStateOf(EmailOccurrenceId, bool, DateTimeOffset)
Reports whether the remote \Flagged flag a folder just reported stands where this mutation set it.
public bool AccountsForFlaggedStateOf(EmailOccurrenceId occurrence, bool observedFlaggedState, DateTimeOffset previouslyObservedAt)
Parameters
occurrenceEmailOccurrenceIdThe occurrence whose flag changed.
observedFlaggedStateboolThe
\Flaggedvalue the server has now reported.previouslyObservedAtDateTimeOffsetWhen synchronization last read this occurrence's flags before the reading being judged.
Returns
Remarks
Every condition is the one AccountsForSeenStateOf(EmailOccurrenceId, bool, DateTimeOffset) applies and holds for the same reason; only the value being compared differs, because the two flags are the same act against different bits of the same STORE.