MimeBoundaryInputStream.Consume Method 

Consumes all unread bytes of this stream. After a call to this method this stream will have reached EOF.

public void Consume();

Exceptions

Exception Type Condition
IOException on I/O errors.

See Also

MimeBoundaryInputStream Class | NI.Email.Mime Namespace