CompoundFile.Save Method (String, Boolean)

Independentsoft MSG .NET

CompoundFile Save Method (String, Boolean) MSG .NET Class Library
Saves this compound file to the specified file.

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public void Save(
	string filePath,
	bool overwrite
)
public void Save(
	string filePath,
	bool overwrite
)
Public Sub Save ( 
	filePath As String,
	overwrite As Boolean
)
Public Sub Save ( 
	filePath As String,
	overwrite As Boolean
)
Dim instance As CompoundFile 
Dim filePath As String 
Dim overwrite As Boolean

instance.Save(filePath, overwrite)
Dim instance As CompoundFile 
Dim filePath As String 
Dim overwrite As Boolean

instance.Save(filePath, overwrite)
public void Save(
	String filePath,
	boolean overwrite
)
public void Save(
	String filePath,
	boolean overwrite
)
public function Save(
	filePath : String, 
	overwrite : boolean
)
public function Save(
	filePath : String, 
	overwrite : boolean
)
function Save(filePath, overwrite);
function Save(filePath, overwrite);

Parameters

filePath
Type: OnlineSystem String
File path.
overwrite
Type: OnlineSystem Boolean
True to overwrite existing file, otherwise false.
See Also