Table of Contents

Property SupersededCopies

Namespace
MailFathom.Domain.Delivery.Drafts
Assembly
MailFathom.Domain.dll

SupersededCopies

Gets every copy a revision replaced that the folder still holds.

public IReadOnlyList<MailDraftServerCopy> SupersededCopies { get; }

Property Value

IReadOnlyList<MailDraftServerCopy>

Remarks

Ordinarily none or one. More than one is a deployment whose removals kept failing while its owner kept editing, which is why the copies are a list rather than a slot: each is a message in somebody's folder that only this record can still name.