TnefWriter.WritePropertyValue Method (TextReader)

The WritePropertyValue method reads text from the reader parameter, writes it to the TNEF stream that this TnefWriter object owns, and then 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 ( _
    reader As TextReader _
)
'Usage
Dim instance As TnefWriter
Dim reader As TextReader

instance.WritePropertyValue(reader)
public void WritePropertyValue(
    TextReader reader
)

Parameters