Share via


ContactWriter constructor (Stream)

The ContactWriter(Stream) constructor initializes a new ContactWriter object.

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 ContactWriter(stream)
public ContactWriter(
    Stream stream
)

Parameters

See also

Reference

ContactWriter class

ContactWriter members

ContactWriter overload

Microsoft.Exchange.Data.ContentTypes.vCard namespace