Table of Contents

Class MessageRecipientInfoCollection

Namespace
Dynamicweb.Mailing
Assembly
Dynamicweb.Mailing.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)

protected override string GetKeyForItem(MessageRecipientInfo item)

Parameters

item MessageRecipientInfo

Returns

string
To top