ContactReader Constructor
Include Protected Members
Include Inherited Members
The ContactReader() constructor initializes a new instance of the ContactReader class.
Overload List
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