Attachment.GetStream Method

Independentsoft MSG .NET

Attachment GetStream Method MSG .NET Class Library
Gets the stream.

Namespace: Independentsoft.Email.Mime
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
Stream.
See Also