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
reasonRecipientResolutionRefusalReasonWhat stopped it.
matchedContactCountint?How many contacts carried the name, when the reason is an ambiguous one.
Returns
- RecipientResolution
A refused result.