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() |