Attachment Constructor (String)

Independentsoft MSG .NET

Attachment Constructor (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(
	string filePath
)
public Attachment(
	string filePath
)
Public Sub New ( 
	filePath As String
)
Public Sub New ( 
	filePath As String
)
Dim filePath As String 

Dim instance As New Attachment(filePath)
Dim filePath As String 

Dim instance As New Attachment(filePath)
public Attachment(
	String filePath
)
public Attachment(
	String filePath
)
public function Attachment(
	filePath : String
)
public function Attachment(
	filePath : String
)
Independentsoft.Email.Mime.Attachment = function(filePath);
Independentsoft.Email.Mime.Attachment = function(filePath);

Parameters

filePath
Type: OnlineSystem String
The file path.
See Also