CompoundFile.GetStream Method

Independentsoft MSG .NET

CompoundFile GetStream Method MSG .NET Class Library
Gets stream to read from this compound file.

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public Stream GetStream()
public Stream GetStream()
Public Function GetStream As Stream
Public Function GetStream As Stream
Dim instance As CompoundFile 
Dim returnValue As Stream 

returnValue = instance.GetStream()
Dim instance As CompoundFile 
Dim returnValue As Stream 

returnValue = instance.GetStream()
public Stream GetStream()
public Stream GetStream()
public function GetStream() : Stream
public function GetStream() : Stream
function GetStream();
function GetStream();

Return Value

Type: OnlineStream
See Also