Attachment Open Method | MSG .NET Class Library |
Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Assembly: 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 Attachment Dim filePath As String instance.Open(filePath)
Dim instance As Attachment 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
See Also