Message Constructor (String) | MSG .NET Class Library |
Initializes a new instance of the Message class.
Namespace: Independentsoft.Email.MimeAssembly: 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.Email.Mime.Message = function(filePath);
Independentsoft.Email.Mime.Message = function(filePath);
Parameters
- filePath
- Type:
System String
The file path.
See Also