VCardParserVCards Property
This is used to get the collection of vCards parsed from the PDI data stream
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VCardCollection VCards { get; }
Public ReadOnly Property VCards As VCardCollection
Get
public:
property VCardCollection^ VCards {
VCardCollection^ get ();
}
member VCards : VCardCollection with get
Property Value
VCardCollection 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.