Attachment.GetStream Method

Independentsoft MSG .NET

Attachment GetStream Method MSG .NET Class Library
Gets stream to read from this attachment.

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 Attachment 
Dim returnValue As Stream 

returnValue = instance.GetStream()
Dim instance As Attachment 
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