Message.GetStream Method

Independentsoft MSG .NET

Message GetStream Method MSG .NET Class Library
Gets stream to read from this message.

Namespace: Independentsoft.Msg
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 Message 
Dim returnValue As Stream 

returnValue = instance.GetStream()
Dim instance As Message 
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
A stream.
See Also