Click or drag to resize

RecipientCollection Constructor (IListRecipient)

Initializes a new instance of the RecipientCollection class

Namespace:  Dynamicweb.Mailing
Assembly:  Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax
public RecipientCollection(
	IList<Recipient> src
)

Parameters

src
Type: System.Collections.GenericIListRecipient
See Also