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

See also

Reference

TnefWriter class

TnefWriter members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace