An abstract reader for vCard and vCard-like file formats.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract class vCardReader
Visual Basic
Public MustInherit Class vCardReader
Visual C++
public ref class vCardReader abstract

Remarks

The Warnings property is a string collection containing a description of each warning encountered during the read process. An implementor of a card reader should populate this collection as the vCard data is being parsed.

Inheritance Hierarchy

System..::..Object
  vCards..::..vCardReader
    vCards..::..vCardStandardReader

See Also