Loads a mail message from the supplied stream.

Namespace:  Rebex.Mail
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
Stream to load the message from.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also