Share via


TnefWriter.GetRawPropertyValueWriteStream Method

The GetRawPropertyValueWriteStream method returns a stream that can be used to write raw data to the property value.

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

Syntax

'Declaration
Public Function GetRawPropertyValueWriteStream As Stream
'Usage
Dim instance As TnefWriter
Dim returnValue As Stream

returnValue = instance.GetRawPropertyValueWriteStream()
public Stream GetRawPropertyValueWriteStream()

Return Value

Type: System.IO.Stream