Message Constructor (String) | MSG .NET Class Library |
Initializes a new instance of the Message class based on the supplied file.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public Message( string filePath )
public Message( string filePath )
Public Sub New ( filePath As String )
Public Sub New ( filePath As String )
Dim filePath As String Dim instance As New Message(filePath)
Dim filePath As String Dim instance As New Message(filePath)
public Message( String filePath )
public Message( String filePath )
public function Message( filePath : String )
public function Message( filePath : String )
Independentsoft.Msg.Message = function(filePath);
Independentsoft.Msg.Message = function(filePath);
Parameters
- filePath
- Type:
System String
File path.
See Also