Stream.Load Method (String)

Independentsoft MSG .NET

Stream Load Method (String) MSG .NET Class Library
Loads data to this stream from the specified file.

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

Syntax

public void Load(
	string filePath
)
public void Load(
	string filePath
)
Public Sub Load ( 
	filePath As String
)
Public Sub Load ( 
	filePath As String
)
Dim instance As Stream 
Dim filePath As String

instance.Load(filePath)
Dim instance As Stream 
Dim filePath As String

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

Parameters

filePath
Type: OnlineSystem String
File path.
See Also