IContentHandler.Raw Method 

Called when a new entity (message or body part) starts and the parser is in raw mode.

void Raw(
   Stream inputStream
);

Parameters

inputStream
the raw contents of the entity.

Exceptions

Exception Type Condition
IOException should be thrown on I/O errors.

See Also

IContentHandler Interface | NI.Email.Mime Namespace