Table of Contents

Class AuthoredSendPermit

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

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

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

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.

Constructors

AuthoredSendPermit(string, int)

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

Properties

Caller

The identity the calling principal was admitted under.

UnvouchedRecipientCount

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