Property RemovedByOwnMutation
- Assembly
- MailFathom.Application.dll
RemovedByOwnMutation
The emails the folder no longer holds because MailFathom itself relocated or deleted them, each named with the record
that says so. They are separated from Disappeared before Disposition is
reached, because that setting answers what becomes of mail somebody else deleted and these are not that. A relocation
into a mirrored folder moves the queue timestamp and nothing else, leaving the row for the placement to carry across;
a delete, and a relocation into a folder MailFathom does not mirror, additionally apply the disposition their own
record carries, which is the one the owner authored the change under.
public IReadOnlyList<MutationAttributedDisappearance> RemovedByOwnMutation { get; init; }