Table of Contents

Property MimeByteLength

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

MimeByteLength

Gets how many bytes of MIME were stored for this message.

public required long MimeByteLength { get; init; }

Property Value

long

Remarks

It is kept beside the record rather than measured from the payload, because both readers of it are answering without the message in hand: an attempt compares it against the size bound the submission server advertised before opening anything, and the outbox reports what is queued. Reading the bytea to learn its length would load every queued message to answer either.