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
recipientsIReadOnlyList<AuthoredEmailRecipient>The resolved recipients.
Returns
- RecipientResolution
A resolved result.
Exceptions
- ArgumentNullException
Thrown when
recipientsis null.