Table of Contents

Constructor AuthoredSendUsage

Namespace
MailFathom.Domain.Delivery.Governance
Assembly
MailFathom.Domain.dll

AuthoredSendUsage(long, long)

Counts what one caller has already asked one period to send.

public AuthoredSendUsage(long MessageCount, long RecipientCount)

Parameters

MessageCount long

The messages the caller has been admitted for in the period.

RecipientCount long

The people those messages were addressed to.

Remarks

Both are counted per distinct send rather than per call, so a caller retrying one message under the key it first asked under spends its allowance once. That is the same guarantee the outgoing record gives — one identity, one delivery — read here as one identity, one charge.