Table of Contents

Class MessageRecipientInfoCollection

Namespace
Dynamicweb.Mailing
Assembly
Dynamicweb.Core.dll

Represents collection of message recipient info objects

public class MessageRecipientInfoCollection : KeyedCollection<string, MessageRecipientInfo>, IList<MessageRecipientInfo>, ICollection<MessageRecipientInfo>, IReadOnlyList<MessageRecipientInfo>, IReadOnlyCollection<MessageRecipientInfo>, IEnumerable<MessageRecipientInfo>, IList, ICollection, IEnumerable
Inheritance
MessageRecipientInfoCollection
Implements
Inherited Members
Extension Methods

Methods

GetKeyForItem(MessageRecipientInfo)

When implemented in a derived class, extracts the key from the specified element.

protected override string GetKeyForItem(MessageRecipientInfo item)

Parameters

item MessageRecipientInfo

The element from which to extract the key.

Returns

string

The key for the specified element.

To top