MimeStreamParser.Stop Method 

Finishes the parsing and stops reading lines. NOTE: No more lines will be parsed but the parser will still call EndMultipart, EndBodyPart, EndMessage, etc to match previous calls to StartMultipart StartBodyPart, StartMessage, etc.

public void Stop();

See Also

MimeStreamParser Class | NI.Email.Mime Namespace