VCard ParserVCards 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VCardCollection VCards { get; }VB
Public ReadOnly Property VCards As VCardCollection
GetC++
public:
property VCardCollection^ VCards {
VCardCollection^ get ();
}F#
member VCards : VCardCollection with getProperty Value
VCardCollectionRemarks
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.