Copies raw MIME data of the received message into the supplied stream.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

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

Parameters

output
Type: System.IO..::..Stream
Stream into which the message will be written.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also