Table of Contents

Method Refused

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

Refused(RecipientResolutionRefusalReason, int?)

Reports that a recipient addressed nobody, and why.

public static RecipientResolution Refused(RecipientResolutionRefusalReason reason, int? matchedContactCount = null)

Parameters

reason RecipientResolutionRefusalReason

What stopped it.

matchedContactCount int?

How many contacts carried the name, when the reason is an ambiguous one.

Returns

RecipientResolution

A refused result.