Saves the MIME entity to the specified file.

Namespace:  Rebex.Mime
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
The file to which to save the entity.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also