Mime4.net Home | Community Edition | Order | Usage examples | Feedback
IContentHandler Raw Method MIME4NET Class Library Documentation
Called when a new entity (message or body part) starts and the parser is in raw mode.

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

void Raw(
	Stream inputStream
)

Parameters

inputStream
Type: System.IO Stream
the raw contents of the entity.
Exceptions

ExceptionCondition
IOExceptionshould be thrown on I/O errors.
See Also