MimeMessage.GetRawContentStream Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9119)
GetRawContentStream()
Returns the read-only stream representing a raw content of this entity. Only available for messages that were parsed with MimeOptions.KeepRawEntityBody flag. You probably need to use GetContentStream(Boolean) instead. Inherited from MimeEntity.
Declaration
public Stream GetRawContentStream()
Returns
Type | Description |
---|---|
Stream | The read-only stream representing a raw content of this entity; or null if not available. |