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.