Message Open Method (String) | MSG .NET Class Library |
Loads message from the specified file.
Namespace: Independentsoft.MsgAssembly: 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:
System String
File path.
See Also