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.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Function GetRawContentStream As Stream
C#
public Stream GetRawContentStream()

Return Value

The read-only stream representing a raw content of this entity; or null if not available.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also