Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeStreamParser Raw Property MIME4NET Class Library Documentation
Determines if this parser is currently in raw mode. Enables or disables raw mode. In raw mode all future entities (messages or body parts) in the stream will be reported to the Raw(Stream) handler method only. The stream will contain the entire unparsed entity contents including header fields and whatever is in the body.

Namespace: NI.Email.Mime
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public bool Raw { get; set; }

Property Value

Type: Boolean
See Also