CompoundFile GetStream Method | MSG .NET Class Library |
Gets stream to read from this compound file.
Namespace: Independentsoft.IO.StructuredStorageAssembly: 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:
See Also