Share via


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
Public method ContactReader(Stream) The ContactReader(Stream) constructor initializes a new instance of the ContactReader class on the specified stream.
Public method 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
Public property ComplianceMode The ComplianceMode gets the vCard 3.0 standard compliance mode.
Public property ComplianceStatus The ComplianceStatus property gets the current status of the vCard data.
Public property PropertyReader The PropertyReader property gets a property read that reads the properties of the current vCard.

Top

Methods

  Name Description
Protected method CheckDisposed The CheckDisposed(String) method checks if the specified contact reader has been disposed.
Public method Close The Close() method closes the reader and disposes of any resources.
Public method Dispose() The Dispose() method releases resources held by the ContactReader instance.
Protected method Dispose(Boolean) The Dispose(Boolean) method releases managed resources held by the ContactReader instance.
Public method ReadNext The ReadNext() method reads the next vCard in the data stream.
Public method ResetComplianceStatus The ResetComplianceStatus() method resets the vCard compliance requirement to Strict.

Top

See also

Reference

ContactReader class

Microsoft.Exchange.Data.ContentTypes.vCard namespace