Attachment.Save Method (String)

Independentsoft MSG .NET

Attachment Save Method (String) MSG .NET Class Library
Saves this attachment to the specified file.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public void Save(
	string filePath
)
public void Save(
	string filePath
)
Public Sub Save ( 
	filePath As String
)
Public Sub Save ( 
	filePath As String
)
Dim instance As Attachment 
Dim filePath As String

instance.Save(filePath)
Dim instance As Attachment 
Dim filePath As String

instance.Save(filePath)
public void Save(
	String filePath
)
public void Save(
	String filePath
)
public function Save(
	filePath : String
)
public function Save(
	filePath : String
)
function Save(filePath);
function Save(filePath);

Parameters

filePath
Type: OnlineSystem String
File path.
See Also