ImapMessage.CopyTo Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
CopyTo(Stream)
Copies raw MIME data of the received message into the supplied stream.
Declaration
public void CopyTo(Stream output)
Parameters
Type | Name | Description |
---|---|---|
Stream | output | Stream into which the message will be written. |