Table of Contents

Method Resolved

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

Resolved(IReadOnlyList<AuthoredEmailRecipient>)

Reports every recipient the author named, in the order they named them.

public static RecipientResolution Resolved(IReadOnlyList<AuthoredEmailRecipient> recipients)

Parameters

recipients IReadOnlyList<AuthoredEmailRecipient>

The resolved recipients.

Returns

RecipientResolution

A resolved result.

Exceptions

ArgumentNullException

Thrown when recipients is null.