TnefPropertyReader.GetRawValueReadStream method
The GetRawValueReadStream method returns a stream that can read the raw value of the property.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function GetRawValueReadStream As Stream
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As Stream
returnValue = instance.GetRawValueReadStream()
public Stream GetRawValueReadStream()
Return value
Type: System.IO.Stream