Table of Contents

Field MaximumRecipientsCollected

Namespace
MailFathom.Application.Contacts.Collection
Assembly
MailFathom.Application.dll

How many primary recipients a message the owner sent may name and still be read as correspondence.

public const int MaximumRecipientsCollected = 16

Returns

int
How many primary recipients a message the owner sent may name and still be read as correspondence.

Remarks

A letter is addressed to the few people it concerns and an announcement to everybody, and the count is what tells them apart without reading a word of either. The bound is also what keeps one message from deciding how much work this pass does: past it the message contributes nothing rather than its first few recipients, because a truncation would record whoever the sender happened to write first.