CompoundFile.Open Method (String)

Independentsoft MSG .NET

CompoundFile Open Method (String) MSG .NET Class Library
Opens compound file from the specified file.

Namespace: Independentsoft.IO.StructuredStorage
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 CompoundFile 
Dim filePath As String

instance.Open(filePath)
Dim instance As CompoundFile 
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
File path.
See Also