Table of Contents

Field MaximumPerRole

Namespace
MailFathom.Domain.Emails
Assembly
MailFathom.Domain.dll

The greatest number of participants one header role contributes to anything read out of a message.

public const int MaximumPerRole = 256

Returns

int
The greatest number of participants one header role contributes to anything read out of a message.

Remarks

Nothing between a sender and this system bounds how many addresses a header may carry, and every reader of a message publishes what it found: a listing filters on it, a content read returns it. A message addressed to more mailboxes than this is a list expansion whose members no reader asks about individually, so the excess is dropped where the message is parsed rather than allowed to reach a result whose size the sender then decides.

The persisted columns carry a bound of their own, deliberately. This one bounds what a parse publishes and that one bounds what a column stores, and the two would answer differently if a later schema change moved one of them.