Table of Contents

Class RecipientListResult

Namespace
PatternKit.Messaging.Routing
Assembly
PatternKit.Core.dll

Result returned after dispatching a message through a recipient list.

public sealed class RecipientListResult
Inheritance
RecipientListResult
Inherited Members

Constructors

RecipientListResult(IEnumerable<string>)

Creates a recipient list result.

public RecipientListResult(IEnumerable<string> deliveredRecipients)

Parameters

deliveredRecipients IEnumerable<string>

Properties

Count

Number of recipients that received the message.

public int Count { get; }

Property Value

int

DeliveredRecipients

Recipient names that received the message, in dispatch order.

public IReadOnlyList<string> DeliveredRecipients { get; }

Property Value

IReadOnlyList<string>