Message.Open Method (String)

Independentsoft MSG .NET

Message Open Method (String) MSG .NET Class Library
Opens the specified file path.

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

Syntax

public void Open(
	string filePath
)
public void Open(
	string filePath
)
Public Sub Open ( 
	filePath As String
)
Public Sub Open ( 
	filePath As String
)
Dim instance As Message 
Dim filePath As String

instance.Open(filePath)
Dim instance As Message 
Dim filePath As String

instance.Open(filePath)
public void Open(
	String filePath
)
public void Open(
	String filePath
)
public function Open(
	filePath : String
)
public function Open(
	filePath : String
)
function Open(filePath);
function Open(filePath);

Parameters

filePath
Type: OnlineSystem String
The file path.
See Also