VCardParserVCards Property

This is used to get the collection of vCards parsed from the PDI data stream

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VCardCollection VCards { get; }

Property Value

VCardCollection

Remarks

The vCards from prior calls to the parsing methods are not cleared automatically. Call VCards.Clear() before calling a parsing method if you do not want to retain the vCards from prior runs.

See Also