Saves the MIME entity to the specified stream.

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

Syntax

Visual Basic
Public Sub Save ( _
	output As Stream _
)
C#
public void Save(
	Stream output
)

Parameters

output
Type: System.IO..::..Stream
The stream to which to save the entity.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also