Loads the MIME entity from the specified stream.

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

Syntax

Visual Basic
Public Sub Load ( _
	input As Stream _
)
C#
public void Load(
	Stream input
)

Parameters

input
Type: System.IO..::..Stream
The stream from which to read the entity.

Remarks

This method will close the stream when it is done.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also