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