Attachment Constructor (Byte[], String)

Independentsoft MSG .NET

Attachment Constructor ( Byte , 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(
	byte[] buffer,
	string name
)
public Attachment(
	byte[] buffer,
	string name
)
Public Sub New ( 
	buffer As Byte(),
	name As String
)
Public Sub New ( 
	buffer As Byte(),
	name As String
)
Dim buffer As Byte()
Dim name As String 

Dim instance As New Attachment(buffer, 
	name)
Dim buffer As Byte()
Dim name As String 

Dim instance As New Attachment(buffer, 
	name)
public Attachment(
	byte[] buffer,
	String name
)
public Attachment(
	byte[] buffer,
	String name
)
public function Attachment(
	buffer : byte[], 
	name : String
)
public function Attachment(
	buffer : byte[], 
	name : String
)
Independentsoft.Email.Mime.Attachment = function(buffer, name);
Independentsoft.Email.Mime.Attachment = function(buffer, name);

Parameters

buffer
Type:  OnlineSystem Byte 
The buffer.
name
Type: OnlineSystem String
The name.
See Also