Attachment Constructor (Stream, String)

Independentsoft MSG .NET

Attachment Constructor (Stream, String) MSG .NET Class Library
Initializes a new instance of the Attachment class.

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public Attachment(
	Stream stream,
	string name
)
public Attachment(
	Stream stream,
	string name
)
Public Sub New ( 
	stream As Stream,
	name As String
)
Public Sub New ( 
	stream As Stream,
	name As String
)
Dim stream As Stream 
Dim name As String 

Dim instance As New Attachment(stream, 
	name)
Dim stream As Stream 
Dim name As String 

Dim instance As New Attachment(stream, 
	name)
public Attachment(
	Stream stream,
	String name
)
public Attachment(
	Stream stream,
	String name
)
public function Attachment(
	stream : Stream, 
	name : String
)
public function Attachment(
	stream : Stream, 
	name : String
)
Independentsoft.Email.Mime.Attachment = function(stream, name);
Independentsoft.Email.Mime.Attachment = function(stream, name);

Parameters

stream
Type: OnlineSystem.IO Stream
The stream.
name
Type: OnlineSystem String
The name.
See Also