Table of Contents

Class StoredEmailAwaitingChunking

Namespace
MailFathom.Application.Emails.Chunking
Assembly
MailFathom.Application.dll

One stored message the arrival pipeline has carried as far as the cut, and no further.

public sealed record StoredEmailAwaitingChunking : IEquatable<StoredEmailAwaitingChunking>
Inheritance
StoredEmailAwaitingChunking
Implements
Inherited Members

Remarks

The admission is carried rather than asked for again, because the query that selected the message already decided it. Nothing else travels: a subject, a participant, and a body are mail content, and a pass reports counts.

Constructors

StoredEmailAwaitingChunking(StoredEmailId, DerivedWorkAdmission)

One stored message the arrival pipeline has carried as far as the cut, and no further.

Properties

Admission

Why the classification gate lets this message be derived from, which is what the pass reports as it cuts.

StoredEmailId

The message whose passages are still to be cut.