MimeMessage.GetRawContentStream Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9147)
GetRawContentStream()
Returns the read-only stream representing a raw content of this entity.
Only available for messages that were parsed with Mime
Declaration
public Stream GetRawContentStream()
Returns
Type | Description |
---|---|
Stream | The read-only stream representing a raw content of this entity; or null if not available. |