MimeBoundaryInputStream Constructor 

Creates a new MimeBoundaryInputStream. @param s The underlying stream. @param boundary Boundary string (not including leading hyphens).

public MimeBoundaryInputStream(
   Stream s,
   string boundary
);

See Also

MimeBoundaryInputStream Class | NI.Email.Mime Namespace