ContactReader members
The ContactReader class isa a forward-only, non-cached reader for vCard data.
The ContactReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContactReader(Stream) | The ContactReader(Stream) constructor initializes a new instance of the ContactReader class on the specified stream. | |
ContactReader(Stream, Encoding, ContactComplianceMode) | The ContactReader(Stream, Encoding, ContactComplianceMode) constructor initializes a new instance of the ContactReader class on the specified stream with the specified encoding and compliance mode. |
Top
Properties
Name | Description | |
---|---|---|
ComplianceMode | The ComplianceMode gets the vCard 3.0 standard compliance mode. | |
ComplianceStatus | The ComplianceStatus property gets the current status of the vCard data. | |
PropertyReader | The PropertyReader property gets a property read that reads the properties of the current vCard. |
Top
Methods
Name | Description | |
---|---|---|
CheckDisposed | The CheckDisposed(String) method checks if the specified contact reader has been disposed. | |
Close | The Close() method closes the reader and disposes of any resources. | |
Dispose() | The Dispose() method releases resources held by the ContactReader instance. | |
Dispose(Boolean) | The Dispose(Boolean) method releases managed resources held by the ContactReader instance. | |
ReadNext | The ReadNext() method reads the next vCard in the data stream. | |
ResetComplianceStatus | The ResetComplianceStatus() method resets the vCard compliance requirement to Strict. |
Top