MimeStreamParser.Parse Method 

Parses a stream of bytes containing a MIME message.

public void Parse(
   Stream inStream
);

Parameters

inStream
the stream to parse.

Exceptions

Exception Type Condition
IOException on I/O errors.

See Also

MimeStreamParser Class | NI.Email.Mime Namespace