Writes the content of the attachment or view into a supplied file.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Sub Save ( _
	fileName As String _
)
C#
public void Save(
	string fileName
)

Parameters

fileName
Type: System..::..String
Path to the file to write the content to.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also