ContactReader Constructor (Stream)
The ContactReader(Stream) constructor initializes a new instance of the ContactReader class on the specified stream.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
stream As Stream _
)
'Usage
Dim stream As Stream
Dim instance As New ContactReader(stream)
public ContactReader(
Stream stream
)
Parameters
- stream
Type: System.IO.Stream
A [System.IO.Stream] object containing the vCard data.