MimeStreamParser.Raw Property

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 handler method only. The stream will contain the entire unparsed entity contents including header fields and whatever is in the body.

public bool Raw {get; set;}

See Also

MimeStreamParser Class | NI.Email.Mime Namespace