VCardCollection(IList<VCard>) Constructor

Construct the collection using a list of VCard objects

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public VCardCollection(
	IList<VCard> cards
)

Parameters

cards  IList<VCard>
The IList<T> of vCards to add

See Also