Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
reader
Type: System.IO.TextReaderA TextReader object positioned on the value to write.