EMailPropertyCollection(IList<EMailProperty>) Constructor

Construct the collection using a list of EMailProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public EMailPropertyCollection(
	IList<EMailProperty> emailAddresses
)

Parameters

emailAddresses  IList<EMailProperty>
The IList<T> of e-mail addresses to add

See Also