TnefWriter.WritePropertyValue Method (Stream)

The WritePropertyValue method reads bytes from the stream parameter, writes them to the output stream that this TnefWriter object owns, and ends the property value.

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

Syntax

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

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

Parameters