Table of Contents

Constructor AuthoredSendPermit

Namespace
MailFathom.Application.Mail.Delivery.Governance
Assembly
MailFathom.Application.dll

AuthoredSendPermit(string, int)

States what one send was admitted as, so the record written afterwards states the same thing.

public AuthoredSendPermit(string Caller, int UnvouchedRecipientCount)

Parameters

Caller string

The identity the calling principal was admitted under.

UnvouchedRecipientCount int

How many of the addresses the caller wrote down nothing this deployment vouches for.

Remarks

It travels from the judgement to the record because both are about one send and only the first of them can read the contact book: asking again after the message is durable would be a second answer to a question already settled, and a different one if the book changed in between.