MimeEntity.ToStream Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
ToStream()
Returns a read-only stream that can be used to read the raw MIME message content. Copying all the content into another stream is identical to Save(Stream) method.
Declaration
public Stream ToStream()
Returns
Type | Description |
---|---|
Stream | Read-only stream. |