Table of Contents

Property Revision

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

Revision

Gets which revision of the draft the stored message is, counted from one and increased by every edit.

public required int Revision { get; init; }

Property Value

int

Remarks

It is what joins a stored message to the copy of it in the mailbox: CurrentCopy is the copy carrying this number and every other standing copy is one a revision replaced.