Table of Contents

Method FindRefusal

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

FindRefusal(MailAccountId)

Reports why this deployment may not send as an account.

OutgoingSendRefusalReason? FindRefusal(MailAccountId accountId)

Parameters

accountId MailAccountId

The account a message would be sent as.

Returns

OutgoingSendRefusalReason?

The reason sending is refused, or null when this deployment may send as that account.

Remarks

An account this deployment does not serve is refused as one nobody turned sending on for, which is what it is: the switch that would admit it exists on no account of this installation. Answering anything else would let a refusal report which accounts are configured.