ContactWriter.WritePropertyValue Method (Stream)

The WritePropertyValue(Stream) writes data from the stream into a vCard property value.

Namespace:  Microsoft.Exchange.Data.ContentTypes.vCard
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WritePropertyValue ( _
    stream As Stream _
)
'Usage
Dim instance As ContactWriter
Dim stream As Stream

instance.WritePropertyValue(stream)
public void WritePropertyValue(
    Stream stream
)

Parameters