Table of Contents

Property MimeByteLength

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

MimeByteLength

Gets how many bytes of MIME are stored for the current revision.

public required long MimeByteLength { get; init; }

Property Value

long

Remarks

It is kept beside the record for the reason an outgoing record keeps its own: a promotion compares it against what this deployment sends before anything is read, and reading the bytea to learn its length would load the message to answer a question about its size.