Attachment Save Method (String) | MSG .NET Class Library |
Saves this message to the specified file.
Namespace: Independentsoft.Email.MimeAssembly: 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:
System String
File path.
See Also